2024-01-16T09:35:22.967 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T09:35:22.967 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770 --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770/orig.config.yaml 2024-01-16T09:35:23.002 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T09:35:23.087 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770 branch: wip-yuri5-testing-2024-01-11-1300-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: '7517770' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-01-11-1300-pacific sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5979 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-01-11-1300-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f targets: smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC6qSvt0Ce8g1fiwrRYOi8LU1i+1IuhrBlF3zzi89uV/Ec5WIJ45l5D1svTuQzZeuA/9qRk6B31ggW4bT6D+T6I= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCoEHH1HweP87/8MbLt/ubkfz9QXYnPU0P5JMp2ugxrPBPDcYZD7Um6xfoUnuq+te5qq04vP9jxbDjOflR8zn3g= 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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-15_22:08:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-16T09:35:23.087 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa; will attempt to use it 2024-01-16T09:35:23.088 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T09:35:23.088 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T09:35:23.090 INFO:teuthology.task.internal:Checking packages... 2024-01-16T09:35:23.114 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T09:35:23.114 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T09:35:23.115 INFO:teuthology.packaging:ref: None 2024-01-16T09:35:23.115 INFO:teuthology.packaging:tag: None 2024-01-16T09:35:23.115 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:35:23.115 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:35:23.115 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:35:23.252 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-16T09:35:23.254 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T09:35:23.261 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T09:35:23.261 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T09:35:23.304 INFO:teuthology.task.internal:Saving configuration 2024-01-16T09:35:23.318 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T09:35:23.336 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:35:23.362 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:30:05.727949', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC6qSvt0Ce8g1fiwrRYOi8LU1i+1IuhrBlF3zzi89uV/Ec5WIJ45l5D1svTuQzZeuA/9qRk6B31ggW4bT6D+T6I='} 2024-01-16T09:35:23.384 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:30:05.729267', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCoEHH1HweP87/8MbLt/ubkfz9QXYnPU0P5JMp2ugxrPBPDcYZD7Um6xfoUnuq+te5qq04vP9jxbDjOflR8zn3g='} 2024-01-16T09:35:23.384 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T09:35:23.390 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-16T09:35:23.390 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-16T09:35:23.390 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T09:35:23.486 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0cf7760160>, signals=[15]) 2024-01-16T09:35:23.487 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T09:35:23.493 INFO:teuthology.task.internal:Opening connections... 2024-01-16T09:35:23.494 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2024-01-16T09:35:23.495 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:35:23.578 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-01-16T09:35:23.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:35:23.657 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T09:35:23.664 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2024-01-16T09:35:23.686 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2024-01-16T09:35:23.686 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2024-01-16T09:35:23.747 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T09:35:23.748 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2024-01-16T09:35:23.748 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T09:35:23.748 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T09:35:23.748 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T09:35:23.748 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2024-01-16T09:35:23.772 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-01-16T09:35:23.794 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-01-16T09:35:23.794 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-01-16T09:35:23.854 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="CentOS Stream" 2024-01-16T09:35:23.854 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="8" 2024-01-16T09:35:23.854 INFO:teuthology.orchestra.run.smithi204.stdout:ID="centos" 2024-01-16T09:35:23.854 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="rhel fedora" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="8" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el8" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://centos.org/" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T09:35:23.855 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-16T09:35:23.855 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-01-16T09:35:23.880 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T09:35:23.888 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T09:35:23.929 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T09:35:23.929 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:35:23.931 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:35:23.950 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T09:35:23.956 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T09:35:23.957 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:35:23.993 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:35:24.028 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T09:35:24.140 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T09:35:24.154 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T09:35:24.154 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-16T09:35:24.155 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:35:24.155 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:35:24.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:35:24.174 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-01-16T09:35:24.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:35:24.176 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-01-16T09:35:24.234 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-489.el8.x86_64 2024-01-16T09:35:24.234 INFO:teuthology.task.kernel:Running kernel on smithi204: 4.18.0-489.el8.x86_64 2024-01-16T09:35:24.235 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2024-01-16T09:35:24.238 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-489.el8.x86_64 2024-01-16T09:35:24.238 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-489.el8.x86_64 2024-01-16T09:35:24.238 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2024-01-16T09:35:32.959 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - AppStream 5.6 MB/s | 35 MB 00:06 2024-01-16T09:35:41.513 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - AppStream 2.4 MB/s | 35 MB 00:14 2024-01-16T09:35:42.650 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 58 MB 00:03 2024-01-16T09:35:50.605 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - BaseOS 21 MB/s | 58 MB 00:02 2024-01-16T09:35:51.200 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras 89 kB/s | 18 kB 00:00 2024-01-16T09:35:51.725 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2024-01-16T09:35:52.043 INFO:teuthology.orchestra.run.smithi204.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-16T09:35:53.003 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2024-01-16T09:35:56.853 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 598 kB/s | 24 kB 00:00 2024-01-16T09:35:58.954 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras 146 kB/s | 18 kB 00:00 2024-01-16T09:35:59.454 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2024-01-16T09:35:59.756 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-16T09:36:00.444 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T09:36:00.445 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T09:36:00.765 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout:Install 3 Packages 2024-01-16T09:36:00.766 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:36:00.767 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 90 M 2024-01-16T09:36:00.767 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 96 M 2024-01-16T09:36:00.767 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-01-16T09:36:01.307 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-01-16T09:36:02.971 INFO:teuthology.orchestra.run.smithi204.stdout:(1/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-01-16T09:36:03.438 INFO:teuthology.orchestra.run.smithi204.stdout:(2/3): kernel-4.18.0-532.el8.x86_64.rpm 3.9 MB/s | 10 MB 00:02 2024-01-16T09:36:04.339 INFO:teuthology.orchestra.run.smithi204.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2024-01-16T09:36:04.339 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-01-16T09:36:04.339 INFO:teuthology.orchestra.run.smithi204.stdout:Total 25 MB/s | 90 MB 00:03 2024-01-16T09:36:05.017 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-01-16T09:36:05.123 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 587 kB/s | 24 kB 00:00 2024-01-16T09:36:05.430 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-01-16T09:36:05.430 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-01-16T09:36:06.671 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-01-16T09:36:06.686 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-01-16T09:36:08.765 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-16T09:36:08.765 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-16T09:36:09.081 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 4.18.0-532.el8 baseos 10 M 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 4.18.0-532.el8 baseos 43 M 2024-01-16T09:36:09.082 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 4.18.0-532.el8 baseos 36 M 2024-01-16T09:36:09.083 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:36:09.083 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2024-01-16T09:36:09.083 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:36:09.083 INFO:teuthology.orchestra.run.smithi143.stdout:Install 3 Packages 2024-01-16T09:36:09.083 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:36:09.083 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 90 M 2024-01-16T09:36:09.083 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 96 M 2024-01-16T09:36:09.084 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2024-01-16T09:36:09.489 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-01-16T09:36:10.082 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T09:36:10.883 INFO:teuthology.orchestra.run.smithi143.stdout:(1/3): kernel-4.18.0-532.el8.x86_64.rpm 5.8 MB/s | 10 MB 00:01 2024-01-16T09:36:11.933 INFO:teuthology.orchestra.run.smithi143.stdout:(2/3): kernel-modules-4.18.0-532.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2024-01-16T09:36:12.550 INFO:teuthology.orchestra.run.smithi143.stdout:(3/3): kernel-core-4.18.0-532.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2024-01-16T09:36:12.551 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2024-01-16T09:36:12.551 INFO:teuthology.orchestra.run.smithi143.stdout:Total 26 MB/s | 90 MB 00:03 2024-01-16T09:36:13.229 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2024-01-16T09:36:13.626 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2024-01-16T09:36:13.626 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2024-01-16T09:36:13.662 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T09:36:14.023 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T09:36:14.860 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2024-01-16T09:36:14.883 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2024-01-16T09:36:17.453 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T09:36:17.707 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2024-01-16T09:36:17.763 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:18.238 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T09:36:21.828 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 1/3 2024-01-16T09:36:22.204 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T09:36:25.633 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 2/3 2024-01-16T09:36:25.967 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:39.745 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:39.768 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:40.098 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:40.098 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-16T09:36:40.098 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-16T09:36:41.291 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:41.292 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:36:41.292 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-01-16T09:36:41.292 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-16T09:36:41.292 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-16T09:36:41.292 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:36:41.292 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-16T09:36:41.434 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T09:36:41.653 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T09:36:41.653 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T09:36:41.654 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-16T09:36:41.654 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T09:36:41.654 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T09:36:41.654 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-16T09:36:41.654 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T09:36:41.654 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T09:36:41.864 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T09:36:41.865 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T09:36:41.865 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2024-01-16T09:36:41.899 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2024-01-16T09:36:41.899 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2024-01-16T09:36:41.899 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.02 2024-01-16T09:36:41.899 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 129.el8 2024-01-16T09:36:41.899 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Group : System Environment/Base 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 9265586 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Relocations : (not relocatable) 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : CentOS BuildSystem 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : CentOS 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2024-01-16T09:36:41.900 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2024-01-16T09:36:41.901 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:36:41.901 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T09:36:41.901 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T09:36:41.901 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T09:36:41.901 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2024-01-16T09:36:41.901 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:36:41.901 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T09:36:41.902 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T09:36:41.902 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 4.18.0-532.el8.x86_64 2024-01-16T09:36:41.902 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T09:36:43.322 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-01-16T09:36:45.426 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-01-16T09:36:45.428 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-01-16T09:36:45.451 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.NjLHWIlc9A 2024-01-16T09:36:45.451 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NjLHWIlc9A 2024-01-16T09:36:45.526 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.NjLHWIlc9A 2024-01-16T09:36:45.672 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.NjLHWIlc9A is 6KB 2024-01-16T09:36:45.720 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.NjLHWIlc9A 2024-01-16T09:36:45.737 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T09:36:45.812 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T09:36:45.812 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T09:36:45.812 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T09:36:45.812 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-16T09:36:45.814 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-16T09:36:46.013 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-01-16T09:36:47.991 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:48.014 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:48.359 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:48.359 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-4.18.0-532.el8.x86_64 1/3 2024-01-16T09:36:48.359 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-4.18.0-532.el8.x86_64 2/3 2024-01-16T09:36:49.174 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-4.18.0-532.el8.x86_64 3/3 2024-01-16T09:36:49.174 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:36:49.174 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2024-01-16T09:36:49.174 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-4.18.0-532.el8.x86_64 kernel-core-4.18.0-532.el8.x86_64 2024-01-16T09:36:49.174 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-4.18.0-532.el8.x86_64 2024-01-16T09:36:49.174 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:36:49.175 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2024-01-16T09:36:49.325 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T09:36:49.545 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T09:36:49.545 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T09:36:49.545 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-532.el8.x86_64 2024-01-16T09:36:49.545 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-16T09:36:49.545 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-16T09:36:49.545 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-16T09:36:49.545 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2024-01-16T09:36:49.545 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T09:36:49.756 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-532.el8.x86_64 2024-01-16T09:36:49.756 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-532.el8.x86_64 2024-01-16T09:36:49.756 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2024-01-16T09:36:49.790 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2024-01-16T09:36:49.790 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2024-01-16T09:36:49.790 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.02 2024-01-16T09:36:49.790 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 129.el8 2024-01-16T09:36:49.790 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2024-01-16T09:36:49.790 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-16T09:36:49.790 INFO:teuthology.orchestra.run.smithi143.stdout:Group : System Environment/Base 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 9265586 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Relocations : (not relocatable) 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : CentOS BuildSystem 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-16T09:36:49.791 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-16T09:36:49.792 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-16T09:36:49.792 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2024-01-16T09:36:49.792 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:36:49.792 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2024-01-16T09:36:49.793 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-16T09:36:49.793 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 4.18.0-532.el8.x86_64 2024-01-16T09:36:49.793 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-16T09:36:51.331 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2024-01-16T09:36:53.566 INFO:teuthology.orchestra.run.smithi143.stderr:done 2024-01-16T09:36:53.567 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2024-01-16T09:36:53.600 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.NvcO4U7NnQ 2024-01-16T09:36:53.600 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NvcO4U7NnQ 2024-01-16T09:36:53.674 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.NvcO4U7NnQ 2024-01-16T09:36:53.812 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.NvcO4U7NnQ is 6KB 2024-01-16T09:36:53.860 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.NvcO4U7NnQ 2024-01-16T09:36:53.878 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2024-01-16T09:36:53.957 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-16T09:36:53.958 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-16T09:36:53.958 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-16T09:36:53.958 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64.conf 2024-01-16T09:36:53.959 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-532.el8.x86_64 2024-01-16T09:36:54.110 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2024-01-16T09:37:16.037 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-16T09:37:16.038 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-16T09:37:16.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:37:24.120 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-16T09:37:24.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-16T09:37:24.121 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:38:16.092 DEBUG:teuthology.orchestra.remote:timed out 2024-01-16T09:38:24.128 DEBUG:teuthology.orchestra.remote:timed out 2024-01-16T09:38:25.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-16T09:38:25.096 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:38:32.713 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-01-16T09:38:33.031 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-16T09:38:33.031 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-532.el8.x86_64"... 2024-01-16T09:38:33.031 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-01-16T09:38:33.048 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-532.el8.x86_64 2024-01-16T09:38:33.048 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-16T09:38:33.048 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T09:38:33.049 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T09:38:33.129 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-16T09:38:33.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:38:33.529 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-01-16T09:38:33.845 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-16T09:38:33.845 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-532.el8.x86_64"... 2024-01-16T09:38:33.845 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-01-16T09:38:33.862 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-532.el8.x86_64 2024-01-16T09:38:33.862 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-532.el8.x86_64 vs 4.18.0-532.el8.x86_64 2024-01-16T09:38:33.862 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-16T09:38:33.862 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-16T09:38:34.050 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-16T09:38:34.050 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T09:38:34.140 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-01-16T09:38:34.154 DEBUG:teuthology.parallel:result is None 2024-01-16T09:38:34.863 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-16T09:38:34.864 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T09:38:35.115 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2024-01-16T09:38:35.146 DEBUG:teuthology.parallel:result is None 2024-01-16T09:38:35.146 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-16T09:38:35.153 INFO:teuthology.task.internal:Creating test directory... 2024-01-16T09:38:35.154 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T09:38:35.163 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T09:38:35.182 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-16T09:38:35.245 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-16T09:38:35.279 INFO:teuthology.task.internal:Creating archive directory... 2024-01-16T09:38:35.279 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T09:38:35.282 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T09:38:35.444 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-16T09:38:35.451 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-16T09:38:35.451 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T09:38:35.455 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T09:38:35.484 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:38:35.494 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:38:35.964 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:38:36.134 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:38:36.149 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-16T09:38:36.156 INFO:teuthology.task.internal:Configuring sudo... 2024-01-16T09:38:36.156 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T09:38:36.206 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T09:38:36.836 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-16T09:38:36.845 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-16T09:38:36.845 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T09:38:36.849 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T09:38:37.304 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:38:37.351 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:38:37.405 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:38:37.492 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:38:37.534 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:38:37.534 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T09:38:37.600 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:38:37.648 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:38:37.754 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:38:37.802 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:38:37.844 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:38:37.844 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T09:38:37.913 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2024-01-16T09:38:37.916 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-01-16T09:38:37.974 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:38:38.117 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:38:38.132 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-16T09:38:38.140 INFO:teuthology.task.internal:Starting timer... 2024-01-16T09:38:38.140 INFO:teuthology.run_tasks:Running task pcp... 2024-01-16T09:38:38.174 INFO:teuthology.run_tasks:Running task selinux... 2024-01-16T09:38:38.206 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-16T09:38:38.207 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2024-01-16T09:38:38.278 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2024-01-16T09:38:38.280 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2024-01-16T09:38:38.363 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: 2024-01-16T09:38:38.365 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-16T09:38:38.365 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2024-01-16T09:38:38.392 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2024-01-16T09:38:38.392 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2024-01-16T09:38:38.431 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2024-01-16T09:38:38.432 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi143.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2024-01-16T09:38:38.432 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T09:38:38.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:38:38.459 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T09:38:38.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:38:38.502 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-16T09:38:38.503 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2024-01-16T09:38:38.535 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2024-01-16T09:38:38.570 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-16T09:38:38.581 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-16T09:38:38.601 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-16T09:38:38.603 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi143.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-16T09:44:35.158 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi143.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-01-16T09:44:35.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-16T09:44:35.160 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:44:35.235 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-01-16T09:44:35.261 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-01-16T09:44:35.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-16T09:44:35.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:44:35.346 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-01-16T09:44:35.413 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-16T09:44:35.414 INFO:teuthology.run_tasks:Running task clock... 2024-01-16T09:44:35.426 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-16T09:44:35.426 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T09:44:35.426 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:44:35.429 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T09:44:35.429 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:44:35.458 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T09:44:35.472 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T09:44:35.484 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T09:44:35.498 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T09:44:35.534 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2024-01-16T09:44:35.546 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2024-01-16T09:44:35.560 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2024-01-16T09:44:35.560 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T09:44:35.571 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2024-01-16T09:44:35.572 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T09:44:35.584 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T09:44:35.598 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T09:44:35.649 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2024-01-16T09:44:35.653 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:44:35.653 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2024-01-16T09:44:35.653 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.653 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.653 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.653 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.681 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-01-16T09:44:35.685 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:44:35.685 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-01-16T09:44:35.685 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.685 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.685 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.685 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:35.686 INFO:teuthology.run_tasks:Running task pexec... 2024-01-16T09:44:35.696 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-16T09:44:35.696 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi143.front.sepia.ceph.com 2024-01-16T09:44:35.696 DEBUG:teuthology.orchestra.run.smithi143:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T09:44:35.696 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi204.front.sepia.ceph.com 2024-01-16T09:44:35.697 DEBUG:teuthology.orchestra.run.smithi204:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T09:44:36.584 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:32 ago on Tue 16 Jan 2024 09:43:04 AM UTC. 2024-01-16T09:44:36.616 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:32 ago on Tue 16 Jan 2024 09:43:04 AM UTC. 2024-01-16T09:44:38.756 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2024-01-16T09:44:38.757 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:44:38.757 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2024-01-16T09:44:38.757 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:44:38.757 INFO:teuthology.orchestra.run.smithi143.stdout:Resetting modules: 2024-01-16T09:44:38.757 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools 2024-01-16T09:44:38.757 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:44:38.758 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2024-01-16T09:44:38.758 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:44:38.758 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:44:38.791 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-16T09:44:38.792 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:44:38.793 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-01-16T09:44:38.793 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:44:38.793 INFO:teuthology.orchestra.run.smithi204.stdout:Resetting modules: 2024-01-16T09:44:38.793 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools 2024-01-16T09:44:38.793 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:44:38.793 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-16T09:44:38.794 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:44:38.794 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:44:39.011 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2024-01-16T09:44:39.056 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-16T09:44:39.975 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:35 ago on Tue 16 Jan 2024 09:43:04 AM UTC. 2024-01-16T09:44:40.040 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:35 ago on Tue 16 Jan 2024 09:43:04 AM UTC. 2024-01-16T09:44:42.128 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2024-01-16T09:44:42.218 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout:Installing group/module packages: 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T09:44:42.321 INFO:teuthology.orchestra.run.smithi143.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout:Installing weak dependencies: 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout:Installing module profiles: 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools/common 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:44:42.322 INFO:teuthology.orchestra.run.smithi143.stdout:Enabling module streams: 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools rhel8 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout:Install 13 Packages 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 27 M 2024-01-16T09:44:42.323 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 89 M 2024-01-16T09:44:42.324 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2024-01-16T09:44:42.415 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:44:42.415 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-01-16T09:44:42.415 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:44:42.415 INFO:teuthology.orchestra.run.smithi204.stdout:Installing group/module packages: 2024-01-16T09:44:42.415 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-16T09:44:42.415 INFO:teuthology.orchestra.run.smithi204.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-16T09:44:42.415 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout:Installing weak dependencies: 2024-01-16T09:44:42.416 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout:Installing module profiles: 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools/common 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout:Enabling module streams: 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools rhel8 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout:Install 13 Packages 2024-01-16T09:44:42.417 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:44:42.418 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 27 M 2024-01-16T09:44:42.418 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 89 M 2024-01-16T09:44:42.418 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-01-16T09:44:42.650 INFO:teuthology.orchestra.run.smithi143.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.6 MB/s | 750 kB 00:00 2024-01-16T09:44:42.683 INFO:teuthology.orchestra.run.smithi143.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2024-01-16T09:44:42.742 INFO:teuthology.orchestra.run.smithi143.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2024-01-16T09:44:42.967 INFO:teuthology.orchestra.run.smithi143.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 849 kB/s | 241 kB 00:00 2024-01-16T09:44:43.034 INFO:teuthology.orchestra.run.smithi143.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2024-01-16T09:44:43.097 INFO:teuthology.orchestra.run.smithi204.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2024-01-16T09:44:43.126 INFO:teuthology.orchestra.run.smithi143.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 269 kB/s | 25 kB 00:00 2024-01-16T09:44:43.156 INFO:teuthology.orchestra.run.smithi204.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2024-01-16T09:44:43.185 INFO:teuthology.orchestra.run.smithi143.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-01-16T09:44:43.189 INFO:teuthology.orchestra.run.smithi204.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2024-01-16T09:44:43.257 INFO:teuthology.orchestra.run.smithi204.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2024-01-16T09:44:43.335 INFO:teuthology.orchestra.run.smithi143.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.6 MB/s | 3.9 MB 00:00 2024-01-16T09:44:43.415 INFO:teuthology.orchestra.run.smithi204.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.1 MB/s | 178 kB 00:00 2024-01-16T09:44:43.466 INFO:teuthology.orchestra.run.smithi143.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.7 MB/s | 9.6 MB 00:01 2024-01-16T09:44:43.474 INFO:teuthology.orchestra.run.smithi204.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2024-01-16T09:44:43.527 INFO:teuthology.orchestra.run.smithi143.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 870 kB/s | 53 kB 00:00 2024-01-16T09:44:43.532 INFO:teuthology.orchestra.run.smithi204.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-01-16T09:44:43.586 INFO:teuthology.orchestra.run.smithi143.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 701 kB/s | 41 kB 00:00 2024-01-16T09:44:43.645 INFO:teuthology.orchestra.run.smithi143.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.2 MB/s | 2.5 MB 00:00 2024-01-16T09:44:43.920 INFO:teuthology.orchestra.run.smithi143.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 11 MB/s | 8.1 MB 00:00 2024-01-16T09:44:43.920 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2024-01-16T09:44:43.920 INFO:teuthology.orchestra.run.smithi143.stdout:Total 17 MB/s | 27 MB 00:01 2024-01-16T09:44:44.037 INFO:teuthology.orchestra.run.smithi204.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.6 MB/s | 3.9 MB 00:00 2024-01-16T09:44:44.187 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2024-01-16T09:44:44.208 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2024-01-16T09:44:44.208 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2024-01-16T09:44:44.400 INFO:teuthology.orchestra.run.smithi204.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 4.9 MB/s | 9.6 MB 00:01 2024-01-16T09:44:44.442 INFO:teuthology.orchestra.run.smithi204.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 6.2 MB/s | 2.5 MB 00:00 2024-01-16T09:44:44.466 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2024-01-16T09:44:44.467 INFO:teuthology.orchestra.run.smithi204.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 786 kB/s | 53 kB 00:00 2024-01-16T09:44:44.469 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2024-01-16T09:44:44.500 INFO:teuthology.orchestra.run.smithi204.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2024-01-16T09:44:44.701 INFO:teuthology.orchestra.run.smithi204.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.0 MB/s | 8.1 MB 00:01 2024-01-16T09:44:44.701 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-01-16T09:44:44.702 INFO:teuthology.orchestra.run.smithi204.stdout:Total 12 MB/s | 27 MB 00:02 2024-01-16T09:44:44.970 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-01-16T09:44:44.991 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-01-16T09:44:44.991 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-01-16T09:44:45.158 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2024-01-16T09:44:45.239 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-01-16T09:44:45.242 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-01-16T09:44:45.474 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-16T09:44:45.644 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-16T09:44:45.881 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-16T09:44:45.941 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-01-16T09:44:46.102 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T09:44:46.148 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-16T09:44:46.335 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-16T09:44:46.530 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-16T09:44:46.642 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-16T09:44:46.752 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T09:44:47.300 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-16T09:44:47.629 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T09:44:47.869 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-16T09:44:48.107 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-16T09:44:48.262 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T09:44:48.374 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-16T09:44:48.501 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-16T09:44:48.715 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-16T09:44:48.769 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-16T09:44:48.989 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-16T09:44:49.410 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-16T09:44:49.654 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T09:44:49.898 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-16T09:44:50.068 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T09:44:50.295 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T09:44:50.499 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-16T09:44:50.512 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T09:44:50.512 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T09:44:50.513 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-16T09:44:50.684 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T09:44:51.112 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-16T09:44:51.113 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.491 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:44:51.492 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2024-01-16T09:44:51.709 DEBUG:teuthology.parallel:result is None 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-16T09:44:51.970 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T09:44:51.971 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T09:44:51.971 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.971 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-16T09:44:51.971 INFO:teuthology.orchestra.run.smithi204.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-16T09:44:51.971 INFO:teuthology.orchestra.run.smithi204.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T09:44:51.971 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:44:51.971 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-16T09:44:52.227 DEBUG:teuthology.parallel:result is None 2024-01-16T09:44:52.227 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-16T09:44:52.239 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-16T09:44:52.239 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:44:52.239 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:44:52.259 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T09:44:52.259 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2024-01-16T09:44:52.317 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T09:44:52.317 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:52.317 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 164943 Links: 1 2024-01-16T09:44:52.317 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:52.318 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:52.318 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:44:50.238311171 +0000 2024-01-16T09:44:52.318 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:43:59.591830645 +0000 2024-01-16T09:44:52.318 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:43:59.591830645 +0000 2024-01-16T09:44:52.318 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:44:52.318 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T09:44:52.384 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:44:52.385 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:44:52.385 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000207732 s, 2.5 MB/s 2024-01-16T09:44:52.386 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T09:44:52.445 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2024-01-16T09:44:52.502 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 155616 Links: 1 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:44:50.238311171 +0000 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:43:59.933821783 +0000 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:43:59.933821783 +0000 2024-01-16T09:44:52.503 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:44:52.503 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T09:44:52.568 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:44:52.568 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:44:52.568 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000212851 s, 2.4 MB/s 2024-01-16T09:44:52.569 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T09:44:52.627 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2024-01-16T09:44:52.685 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T09:44:52.686 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:52.686 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 164154 Links: 1 2024-01-16T09:44:52.686 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:52.686 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:52.687 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:44:50.238311171 +0000 2024-01-16T09:44:52.687 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:44:00.281812766 +0000 2024-01-16T09:44:52.687 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:44:00.281812766 +0000 2024-01-16T09:44:52.687 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:44:52.687 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T09:44:52.750 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:44:52.751 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:44:52.751 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000194377 s, 2.6 MB/s 2024-01-16T09:44:52.752 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T09:44:52.811 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2024-01-16T09:44:52.868 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 158532 Links: 1 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:44:50.238311171 +0000 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:44:00.614804137 +0000 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:44:00.614804137 +0000 2024-01-16T09:44:52.869 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:44:52.869 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T09:44:52.934 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:44:52.934 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:44:52.935 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.00021002 s, 2.4 MB/s 2024-01-16T09:44:52.935 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T09:44:52.994 DEBUG:teuthology.orchestra.run.smithi143:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-16T09:44:53.112 INFO:teuthology.orchestra.run.smithi143.stdout:loop 2024-01-16T09:44:53.113 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-01-16T09:44:53.114 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-16T09:44:53.149 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-16T09:44:53.181 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_11 2024-01-16T09:44:53.220 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-01-16T09:44:53.220 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-16T09:44:53.295 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-16T09:44:53.328 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_21 2024-01-16T09:44:53.365 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-01-16T09:44:53.365 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-16T09:44:53.441 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-16T09:44:53.473 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_31 2024-01-16T09:44:53.511 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-01-16T09:44:53.511 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-16T09:44:53.586 INFO:teuthology.orchestra.run.smithi143.stdout:1 2024-01-16T09:44:53.618 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_41 2024-01-16T09:44:53.656 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:44:53.656 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:44:53.714 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme list 2024-01-16T09:44:53.780 INFO:teuthology.orchestra.run.smithi143.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T09:44:53.780 INFO:teuthology.orchestra.run.smithi143.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T09:44:53.780 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme0n1 CVFT62330073400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-16T09:44:53.780 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme1n1 26c19f89f03bb05bd3a8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:53.780 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme2n1 c66934cf329916f35b10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:53.780 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme3n1 1607b10730c18a7dd818 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:53.780 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme4n1 536a22bb5bec17ecb594 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:53.781 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:44:53.781 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:44:53.782 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-01-16T09:44:53.848 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:44:53.848 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:44:53.870 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T09:44:53.870 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-01-16T09:44:53.932 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T09:44:53.932 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:53.932 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 161354 Links: 1 2024-01-16T09:44:53.932 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:53.932 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:53.932 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:44:50.834276211 +0000 2024-01-16T09:44:53.933 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:43:59.591848477 +0000 2024-01-16T09:44:53.933 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:43:59.591848477 +0000 2024-01-16T09:44:53.933 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:44:53.933 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T09:44:54.004 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:44:54.004 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:44:54.004 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000274281 s, 1.9 MB/s 2024-01-16T09:44:54.005 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T09:44:54.069 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-01-16T09:44:54.131 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T09:44:54.131 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:54.131 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 162407 Links: 1 2024-01-16T09:44:54.132 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:54.132 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:54.132 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:44:50.834276211 +0000 2024-01-16T09:44:54.132 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:43:59.957843451 +0000 2024-01-16T09:44:54.132 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:43:59.957843451 +0000 2024-01-16T09:44:54.132 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:44:54.132 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T09:44:54.201 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:44:54.201 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:44:54.202 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000250313 s, 2.0 MB/s 2024-01-16T09:44:54.203 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T09:44:54.263 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-01-16T09:44:54.322 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 162459 Links: 1 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:44:50.834276211 +0000 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:44:00.282838988 +0000 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:44:00.282838988 +0000 2024-01-16T09:44:54.323 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:44:54.323 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T09:44:54.391 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:44:54.391 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:44:54.391 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000189466 s, 2.7 MB/s 2024-01-16T09:44:54.392 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T09:44:54.453 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 162567 Links: 1 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:44:50.834276211 +0000 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:44:00.629834223 +0000 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:44:00.629834223 +0000 2024-01-16T09:44:54.513 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:44:54.513 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T09:44:54.579 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:44:54.580 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:44:54.580 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.00023515 s, 2.2 MB/s 2024-01-16T09:44:54.581 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T09:44:54.640 DEBUG:teuthology.orchestra.run.smithi204:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-16T09:44:54.769 INFO:teuthology.orchestra.run.smithi204.stdout:loop 2024-01-16T09:44:54.770 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2024-01-16T09:44:54.770 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-16T09:44:54.804 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-16T09:44:54.837 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_11 2024-01-16T09:44:54.875 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2024-01-16T09:44:54.876 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-16T09:44:54.951 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-16T09:44:54.985 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_21 2024-01-16T09:44:55.023 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2024-01-16T09:44:55.023 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-16T09:44:55.097 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-16T09:44:55.131 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_31 2024-01-16T09:44:55.168 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2024-01-16T09:44:55.168 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-16T09:44:55.243 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-16T09:44:55.275 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_41 2024-01-16T09:44:55.312 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:44:55.313 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:44:55.370 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme list 2024-01-16T09:44:55.435 INFO:teuthology.orchestra.run.smithi204.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T09:44:55.436 INFO:teuthology.orchestra.run.smithi204.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T09:44:55.436 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme0n1 CVFT623300GD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-16T09:44:55.436 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme1n1 0256b9efd0a62a19633d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:55.436 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme2n1 24b2304a914699cfd7de Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:55.436 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme3n1 74df02b7c312d51a6ea2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:55.436 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme4n1 7dd794dc4b0c1ffcd9dc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:44:55.437 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:44:55.437 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:44:55.437 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2024-01-16T09:44:55.504 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-16T09:44:55.580 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': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-16T09:44:55.580 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:44:55.581 INFO:tasks.cephadm:Cluster fsid is e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:44:55.581 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-16T09:44:55.581 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-16T09:44:55.581 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi143': '172.21.15.143', 'mon.smithi204': '172.21.15.204'} 2024-01-16T09:44:55.581 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-16T09:44:55.581 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2024-01-16T09:44:55.615 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-01-16T09:44:55.645 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-16T09:44:55.645 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:55.849 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 16 09:44 /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:55.849 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:55.986 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 16 09:44 /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:55.987 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:56.009 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:56.038 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2024-01-16T09:44:56.082 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-01-16T09:44:56.111 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2024-01-16T09:44:56.151 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-01-16T09:44:56.178 INFO:tasks.cephadm:Writing seed config... 2024-01-16T09:44:56.179 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-16T09:44:56.179 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-16T09:44:56.179 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-16T09:44:56.179 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-16T09:44:56.180 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-16T09:44:56.180 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-16T09:44:56.180 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-16T09:44:56.180 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-16T09:44:56.180 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:44:56.180 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-16T09:44:56.210 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 = e7976e1a-b453-11ee-95ad-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-16T09:44:56.210 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi143.service 2024-01-16T09:44:56.252 INFO:tasks.cephadm:Bootstrapping... 2024-01-16T09:44:56.252 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid e7976e1a-b453-11ee-95ad-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.143 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:44:56.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Tue 2024-01-16 09:38:14 UTC. -- 2024-01-16T09:44:56.538 INFO:teuthology.orchestra.run.smithi143.stderr:-------------------------------------------------------------------------------- 2024-01-16T09:44:56.538 INFO:teuthology.orchestra.run.smithi143.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', 'e7976e1a-b453-11ee-95ad-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.143', '--skip-admin-label'] 2024-01-16T09:44:57.859 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: 4.6.1 2024-01-16T09:44:57.870 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying podman|docker is present... 2024-01-16T09:44:57.894 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: 4.6.1 2024-01-16T09:44:57.902 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying lvm2 is present... 2024-01-16T09:44:57.902 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying time synchronization is in place... 2024-01-16T09:44:57.910 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T09:44:57.916 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-01-16T09:44:57.922 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: enabled 2024-01-16T09:44:57.928 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: active 2024-01-16T09:44:57.929 INFO:teuthology.orchestra.run.smithi143.stderr:Unit chronyd.service is enabled and running 2024-01-16T09:44:57.929 INFO:teuthology.orchestra.run.smithi143.stderr:Repeating the final host check... 2024-01-16T09:44:57.949 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: 4.6.1 2024-01-16T09:44:57.957 INFO:teuthology.orchestra.run.smithi143.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-16T09:44:57.957 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl is present 2024-01-16T09:44:57.958 INFO:teuthology.orchestra.run.smithi143.stderr:lvcreate is present 2024-01-16T09:44:57.963 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T09:44:57.969 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-01-16T09:44:57.975 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: enabled 2024-01-16T09:44:57.981 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: active 2024-01-16T09:44:57.982 INFO:teuthology.orchestra.run.smithi143.stderr:Unit chronyd.service is enabled and running 2024-01-16T09:44:57.982 INFO:teuthology.orchestra.run.smithi143.stderr:Host looks OK 2024-01-16T09:44:57.982 INFO:teuthology.orchestra.run.smithi143.stderr:Cluster fsid: e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:44:57.982 INFO:teuthology.orchestra.run.smithi143.stderr:Acquiring lock 139841578205312 on /run/cephadm/e7976e1a-b453-11ee-95ad-87774f69a715.lock 2024-01-16T09:44:57.983 INFO:teuthology.orchestra.run.smithi143.stderr:Lock 139841578205312 acquired on /run/cephadm/e7976e1a-b453-11ee-95ad-87774f69a715.lock 2024-01-16T09:44:57.983 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying IP 172.21.15.143 port 3300 ... 2024-01-16T09:44:57.984 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying IP 172.21.15.143 port 6789 ... 2024-01-16T09:44:57.984 INFO:teuthology.orchestra.run.smithi143.stderr:Base mon IP(s) is [172.21.15.143:3300, 172.21.15.143:6789], mon addrv is [v2:172.21.15.143:3300,v1:172.21.15.143:6789] 2024-01-16T09:44:57.987 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.143 metric 100 2024-01-16T09:44:57.987 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.143 metric 100 2024-01-16T09:44:57.990 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-16T09:44:57.990 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-16T09:44:57.990 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-01-16T09:44:57.993 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-16T09:44:57.993 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-16T09:44:57.993 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T09:44:57.993 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-16T09:44:57.993 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7783/64 scope link 2024-01-16T09:44:57.993 INFO:teuthology.orchestra.run.smithi143.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T09:44:57.994 INFO:teuthology.orchestra.run.smithi143.stderr:Mon IP `172.21.15.143` is in CIDR network `172.21.0.0/20` 2024-01-16T09:44:57.994 INFO:teuthology.orchestra.run.smithi143.stderr:Mon IP `172.21.15.143` is in CIDR network `172.21.0.0/20` 2024-01-16T09:44:57.994 INFO:teuthology.orchestra.run.smithi143.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-16T09:44:57.994 INFO:teuthology.orchestra.run.smithi143.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-16T09:44:57.995 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-16T09:44:58.085 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-16T09:44:58.166 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: Getting image source signatures 2024-01-16T09:44:58.168 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: Copying blob sha256:bc4c4b5b825b25c40bd4d1b5b2bef6bc41033cac3926cd78b1aa65ed9989b16b 2024-01-16T09:44:58.168 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: Copying blob sha256:6c507150f7e9f028ef978d633e702dab944bbda82bfbc46f6307495cf6dd9fc7 2024-01-16T09:45:23.226 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: Copying config sha256:377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T09:45:23.275 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: Writing manifest to image destination 2024-01-16T09:45:23.593 INFO:teuthology.orchestra.run.smithi143.stderr:/bin/podman: 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T09:45:24.157 INFO:teuthology.orchestra.run.smithi143.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T09:45:24.524 INFO:teuthology.orchestra.run.smithi143.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T09:45:24.525 INFO:teuthology.orchestra.run.smithi143.stderr:Extracting ceph user uid/gid from container image... 2024-01-16T09:45:24.815 INFO:teuthology.orchestra.run.smithi143.stderr:stat: 167 167 2024-01-16T09:45:25.139 INFO:teuthology.orchestra.run.smithi143.stderr:Creating initial keys... 2024-01-16T09:45:25.395 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-authtool: AQA1UKZluxkFFxAA40wX2e2n5ldt3cgatY+mJg== 2024-01-16T09:45:25.970 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-authtool: AQA1UKZl8k1MORAA3xwYWah+XrXubGFAYU31GA== 2024-01-16T09:45:26.620 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-authtool: AQA2UKZlO9MtIxAAEv/7sRgPgNu1OvOKjbX8Tw== 2024-01-16T09:45:26.987 INFO:teuthology.orchestra.run.smithi143.stderr:Creating initial monmap... 2024-01-16T09:45:27.229 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T09:45:27.229 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:27.229 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T09:45:27.561 INFO:teuthology.orchestra.run.smithi143.stderr:monmaptool for smithi143 [v2:172.21.15.143:3300,v1:172.21.15.143:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T09:45:27.562 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: set fsid to e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:27.562 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T09:45:27.562 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:45:27.562 INFO:teuthology.orchestra.run.smithi143.stderr:Creating mon... 2024-01-16T09:45:27.869 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.834+0000 7fcbc2b6a880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:45:27.869 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.834+0000 7fcbc2b6a880 1 imported monmap: 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: fsid e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: last_changed 2024-01-16T09:45:27.220780+0000 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: created 2024-01-16T09:45:27.220780+0000 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.smithi143 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.834+0000 7fcbc2b6a880 0 /usr/bin/ceph-mon: set fsid to e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:45:27.870 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: DB SUMMARY 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 0, files: 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.create_if_missing: 1 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.env: 0x5601eebf3080 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.info_log: 0x5601f029b380 2024-01-16T09:45:27.871 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:45:27.872 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:45:27.873 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.write_buffer_manager: 0x5601f02a1980 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:45:27.874 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.row_cache: None 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:45:27.875 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:45:27.876 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:45:27.877 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.835+0000 7fcbc2b6a880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-16T09:45:27.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000001 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.merge_operator: 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5601f01b1d30) 2024-01-16T09:45:27.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache: 0x5601f01e6d10 2024-01-16T09:45:27.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-16T09:45:27.881 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:45:27.882 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:45:27.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:45:27.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:45:27.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:45:27.886 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:45:27.887 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.836+0000 7fcbc2b6a880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.837+0000 7fcbc2b6a880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.837+0000 7fcbc2b6a880 4 rocksdb: DB pointer 0x5601f02af800 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.837+0000 7fcbab9e0700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.837+0000 7fcbab9e0700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:45:27.888 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.889 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:45:27.890 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:27.891 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.838+0000 7fcbc2b6a880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-16T09:45:27.892 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.839+0000 7fcbc2b6a880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-16T09:45:27.893 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:45:27.839+0000 7fcbc2b6a880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi143 for mon.smithi143 2024-01-16T09:45:28.226 INFO:teuthology.orchestra.run.smithi143.stderr:create mon.smithi143 on 2024-01-16T09:45:28.330 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-16T09:45:28.425 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e7976e1a-b453-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-e7976e1a-b453-11ee-95ad-87774f69a715.target. 2024-01-16T09:45:28.426 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e7976e1a-b453-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-e7976e1a-b453-11ee-95ad-87774f69a715.target. 2024-01-16T09:45:28.629 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to reset failed state of unit ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi143.service: Unit ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi143.service not loaded. 2024-01-16T09:45:28.635 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e7976e1a-b453-11ee-95ad-87774f69a715.target.wants/ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi143.service → /etc/systemd/system/ceph-e7976e1a-b453-11ee-95ad-87774f69a715@.service. 2024-01-16T09:45:29.457 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: disabled 2024-01-16T09:45:29.464 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-01-16T09:45:29.465 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld.service is not enabled 2024-01-16T09:45:29.465 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T09:45:29.466 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mon to start... 2024-01-16T09:45:29.466 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mon... 2024-01-16T09:45:29.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: cluster 2024-01-16T09:45:29.468829+0000 mon.smithi143 (mon.0) 1 : cluster [INF] mon.smithi143 is new leader, mons smithi143 in quorum (ranks 0) 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: cluster: 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: id: e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: services: 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi143 (age 0.444872s) 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-16T09:45:29.916 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:29.917 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: data: 2024-01-16T09:45:29.917 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-16T09:45:29.917 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-16T09:45:29.917 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-16T09:45:29.917 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: pgs: 2024-01-16T09:45:29.917 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:30.218 INFO:teuthology.orchestra.run.smithi143.stderr:mon is available 2024-01-16T09:45:30.218 INFO:teuthology.orchestra.run.smithi143.stderr:Assimilating anything we can from ceph.conf... 2024-01-16T09:45:30.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: cluster 2024-01-16T09:45:29.473753+0000 mon.smithi143 (mon.0) 2 : cluster [INF] mon.smithi143 is new leader, mons smithi143 in quorum (ranks 0) 2024-01-16T09:45:30.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: cluster 2024-01-16T09:45:29.473924+0000 mon.smithi143 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2024-01-16T09:45:30.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: cluster 2024-01-16T09:45:29.488693+0000 mon.smithi143 (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T09:45:30.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: cluster 2024-01-16T09:45:29.492748+0000 mon.smithi143 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T09:45:30.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: cluster 2024-01-16T09:45:29.493236+0000 mon.smithi143 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T09:45:30.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: audit 2024-01-16T09:45:29.918584+0000 mon.smithi143 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.143:0/2504593034' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [global] 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: fsid = e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.143:3300,v1:172.21.15.143:6789] 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [mgr] 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:30.691 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [osd] 2024-01-16T09:45:30.692 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T09:45:30.692 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T09:45:31.038 INFO:teuthology.orchestra.run.smithi143.stderr:Generating new minimal ceph.conf... 2024-01-16T09:45:31.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: audit 2024-01-16T09:45:30.690283+0000 mon.smithi143 (mon.0) 8 : audit [INF] from='client.? 172.21.15.143:0/2467029354' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:45:31.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: audit 2024-01-16T09:45:30.693477+0000 mon.smithi143 (mon.0) 9 : audit [INF] from='client.? 172.21.15.143:0/2467029354' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T09:45:31.773 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: audit 2024-01-16T09:45:31.452214+0000 mon.smithi143 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.143:0/2015914554' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:31.797 INFO:teuthology.orchestra.run.smithi143.stderr:Restarting the monitor... 2024-01-16T09:45:32.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:31 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for e7976e1a-b453-11ee-95ad-87774f69a715... 2024-01-16T09:45:32.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:31 smithi143 bash[35004]: Error: no container with name or ID "ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon.smithi143" found: no such container 2024-01-16T09:45:32.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: debug 2024-01-16T09:45:32.003+0000 7fbaf6cd2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi143 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T09:45:32.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[34680]: debug 2024-01-16T09:45:32.003+0000 7fbaf6cd2700 -1 mon.smithi143@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T09:45:32.576 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 bash[35043]: ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143 2024-01-16T09:45:32.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 systemd[1]: ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi143.service: Succeeded. 2024-01-16T09:45:32.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 systemd[1]: Stopped Ceph mon.smithi143 for e7976e1a-b453-11ee-95ad-87774f69a715. 2024-01-16T09:45:32.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 systemd[1]: Starting Ceph mon.smithi143 for e7976e1a-b453-11ee-95ad-87774f69a715... 2024-01-16T09:45:32.921 INFO:teuthology.orchestra.run.smithi143.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-16T09:45:33.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.908+0000 7f1793d32880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:45:33.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.908+0000 7f1793d32880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T09:45:33.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.908+0000 7f1793d32880 0 pidfile_write: ignore empty --pid-file 2024-01-16T09:45:33.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.912+0000 7f1793d32880 0 load: jerasure load: lrc load: isa 2024-01-16T09:45:33.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:45:33.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 bash[35164]: b44bb6454bd8939c452891723a80abaf79cffb8b89f9de200c9f5ee3077b2634 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: DB SUMMARY 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 1, files: 000004.sst 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 000006.log size: 81734 ; 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.env: 0x55d228f9f080 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.info_log: 0x55d22a521d20 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:45:33.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:45:33.354 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.write_buffer_manager: 0x55d22b21e420 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:45:33.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.row_cache: None 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:45:33.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:45:33.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:45:33.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000005 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:45:33.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.merge_operator: 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d22a4d1d28) 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cache_index_and_filter_blocks: 1 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: pin_top_level_index_and_filter: 1 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: index_type: 0 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: data_block_index_type: 0 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: index_shortening: 1 2024-01-16T09:45:33.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: hash_index_allow_collision: 1 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: checksum: 1 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: no_block_cache: 0 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_cache: 0x55d22a506f10 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_cache_name: BinnedLRUCache 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_cache_options: 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: capacity : 536870912 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: num_shard_bits : 4 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: strict_capacity_limit : 0 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: high_pri_pool_ratio: 0.000 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_cache_compressed: (nil) 2024-01-16T09:45:33.361 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: persistent_cache: (nil) 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_size: 4096 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_size_deviation: 10 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_restart_interval: 16 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: index_block_restart_interval: 1 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: metadata_block_size: 4096 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: partition_filters: 0 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: use_delta_encoding: 1 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: whole_key_filtering: 1 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: verify_compression: 0 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: read_amp_bytes_per_bit: 0 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: format_version: 2 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: enable_index_compression: 1 2024-01-16T09:45:33.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: block_align: 0 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:45:33.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:45:33.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:45:33.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:45:33.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:45:33.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.913+0000 7f1793d32880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.914+0000 7f1793d32880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.914+0000 7f1793d32880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.914+0000 7f1793d32880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398332915686, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.914+0000 7f1793d32880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.914+0000 7f1793d32880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.915+0000 7f1793d32880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398332916530, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78737, "table_properties": {"data_size": 77031, "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": 71601, "raw_average_value_size": 367, "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": 1705398332, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T09:45:33.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.915+0000 7f1793d32880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.915+0000 7f1793d32880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398332916905, "job": 1, "event": "recovery_finished"} 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 systemd[1]: Started Ceph mon.smithi143 for e7976e1a-b453-11ee-95ad-87774f69a715. 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.916+0000 7f1793d32880 4 rocksdb: DB pointer 0x55d22a5cf800 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.916+0000 7f177ab27700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.916+0000 7f177ab27700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ** DB Stats ** 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:45:33.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ** Compaction Stats [default] ** 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: L0 2/0 78.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.0 0.00 0.00 1 0.001 0 0 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Sum 2/0 78.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.0 0.00 0.00 1 0.001 0 0 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.0 0.00 0.00 1 0.001 0 0 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ** Compaction Stats [default] ** 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:33.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 126.0 0.00 0.00 1 0.001 0 0 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Cumulative compaction: 0.00 GB write, 26.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Interval compaction: 0.00 GB write, 26.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ** Compaction Stats [default] ** 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: L0 2/0 78.58 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.0 0.00 0.00 1 0.001 0 0 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Sum 2/0 78.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.0 0.00 0.00 1 0.001 0 0 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ** Compaction Stats [default] ** 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 126.0 0.00 0.00 1 0.001 0 0 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:33.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Cumulative compaction: 0.00 GB write, 26.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.917+0000 7f1793d32880 0 starting mon.smithi143 rank 0 at public addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] at bind addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi143 fsid e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 1 mon.smithi143@-1(???) e1 preinit fsid e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 0 mon.smithi143@-1(???).mds e1 new map 2024-01-16T09:45:33.373 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 0 mon.smithi143@-1(???).mds e1 print_map 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: e1 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: legacy client fscid: -1 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: No filesystems configured 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 0 mon.smithi143@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 0 mon.smithi143@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 0 mon.smithi143@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 0 mon.smithi143@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:30.690283+0000 mon.smithi143 (mon.0) 8 : audit [INF] from='client.? 172.21.15.143:0/2467029354' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:45:33.374 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:30.693477+0000 mon.smithi143 (mon.0) 9 : audit [INF] from='client.? 172.21.15.143:0/2467029354' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T09:45:33.375 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:31.452214+0000 mon.smithi143 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.143:0/2015914554' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:45:33.375 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:45:32.918+0000 7f1793d32880 1 mon.smithi143@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-16T09:45:33.375 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:32.934834+0000 mon.smithi143 (mon.0) 1 : cluster [INF] mon.smithi143 is new leader, mons smithi143 in quorum (ranks 0) 2024-01-16T09:45:33.375 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:32.934902+0000 mon.smithi143 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2024-01-16T09:45:33.375 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:32.935293+0000 mon.smithi143 (mon.0) 3 : cluster [DBG] fsmap 2024-01-16T09:45:33.375 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:32.935325+0000 mon.smithi143 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T09:45:33.375 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:32.935783+0000 mon.smithi143 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T09:45:33.697 INFO:teuthology.orchestra.run.smithi143.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-16T09:45:33.697 INFO:teuthology.orchestra.run.smithi143.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:45:33.697 INFO:teuthology.orchestra.run.smithi143.stderr:Creating mgr... 2024-01-16T09:45:33.697 INFO:teuthology.orchestra.run.smithi143.stderr:Verifying port 9283 ... 2024-01-16T09:45:33.823 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Failed to reset failed state of unit ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mgr.smithi143.harokq.service: Unit ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mgr.smithi143.harokq.service not loaded. 2024-01-16T09:45:33.829 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e7976e1a-b453-11ee-95ad-87774f69a715.target.wants/ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mgr.smithi143.harokq.service → /etc/systemd/system/ceph-e7976e1a-b453-11ee-95ad-87774f69a715@.service. 2024-01-16T09:45:34.339 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: disabled 2024-01-16T09:45:34.346 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-01-16T09:45:34.347 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld.service is not enabled 2024-01-16T09:45:34.347 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T09:45:34.355 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: disabled 2024-01-16T09:45:34.362 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-01-16T09:45:34.363 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld.service is not enabled 2024-01-16T09:45:34.363 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-16T09:45:34.363 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr to start... 2024-01-16T09:45:34.363 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr... 2024-01-16T09:45:34.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:33.329097+0000 mon.smithi143 (mon.0) 6 : audit [INF] from='client.? 172.21.15.143:0/1748808423' entity='client.admin' 2024-01-16T09:45:34.815 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:34.815 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-01-16T09:45:34.815 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsid": "e7976e1a-b453-11ee-95ad-87774f69a715", 2024-01-16T09:45:34.815 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:45:34.815 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:45:34.815 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 0 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "smithi143" 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:45:34.816 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:45:34.817 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": false, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:45:34.818 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:45:29.486803+0000", 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:45:34.819 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-01-16T09:45:35.154 INFO:teuthology.orchestra.run.smithi143.stderr:mgr not available, waiting (1/15)... 2024-01-16T09:45:35.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:34.812307+0000 mon.smithi143 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.143:0/2352123653' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsid": "e7976e1a-b453-11ee-95ad-87774f69a715", 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:45:37.669 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 0 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "smithi143" 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:37.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:45:37.671 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:45:37.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:37.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:45:37.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:37.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:45:37.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:45:37.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:37.672 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": false, 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:45:29.486803+0000", 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:45:37.674 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-01-16T09:45:37.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:37.666416+0000 mon.smithi143 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.143:0/2117076551' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:45:38.020 INFO:teuthology.orchestra.run.smithi143.stderr:mgr not available, waiting (2/15)... 2024-01-16T09:45:40.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:39.600263+0000 mon.smithi143 (mon.0) 9 : cluster [INF] Activating manager daemon smithi143.harokq 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:39.603162+0000 mon.smithi143 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi143.harokq(active, starting, since 0.00303813s) 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.603873+0000 mon.smithi143 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.604070+0000 mon.smithi143 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.604258+0000 mon.smithi143 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.604450+0000 mon.smithi143 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.604655+0000 mon.smithi143 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr metadata", "who": "smithi143.harokq", "id": "smithi143.harokq"}]: dispatch 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:39.606712+0000 mon.smithi143 (mon.0) 16 : cluster [INF] Manager daemon smithi143.harokq is now available 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.619862+0000 mon.smithi143 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.621718+0000 mon.smithi143 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.624159+0000 mon.smithi143 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/trash_purge_schedule"}]: dispatch 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.629827+0000 mon.smithi143 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' 2024-01-16T09:45:40.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:39.635276+0000 mon.smithi143 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.143:0/2127320894' entity='mgr.smithi143.harokq' 2024-01-16T09:45:41.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:40.606536+0000 mon.smithi143 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi143.harokq(active, since 1.00641s) 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsid": "e7976e1a-b453-11ee-95ad-87774f69a715", 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:45:41.878 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 0 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "smithi143" 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:45:41.879 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:45:41.880 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:45:41.883 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:45:41.884 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ], 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:45:29.486803+0000", 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: }, 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:45:41.885 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-01-16T09:45:42.236 INFO:teuthology.orchestra.run.smithi143.stderr:mgr is available 2024-01-16T09:45:42.775 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:42.775 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [global] 2024-01-16T09:45:42.775 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: fsid = e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:45:42.775 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T09:45:42.775 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T09:45:42.776 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T09:45:42.776 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T09:45:42.776 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:42.776 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [mgr] 2024-01-16T09:45:42.776 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T09:45:42.776 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 2024-01-16T09:45:42.777 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: [osd] 2024-01-16T09:45:42.777 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T09:45:42.777 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T09:45:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:41.879438+0000 mon.smithi143 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.143:0/1293571180' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:45:43.119 INFO:teuthology.orchestra.run.smithi143.stderr:Enabling cephadm module... 2024-01-16T09:45:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:42.605743+0000 mon.smithi143 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi143.harokq(active, since 3s) 2024-01-16T09:45:43.871 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:42.776018+0000 mon.smithi143 (mon.0) 25 : audit [INF] from='client.? 172.21.15.143:0/4004588170' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:45:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:43.664674+0000 mon.smithi143 (mon.0) 26 : audit [INF] from='client.? 172.21.15.143:0/322035047' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-16T09:45:45.512 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-01-16T09:45:45.512 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-16T09:45:45.512 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:45:45.512 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "active_name": "smithi143.harokq", 2024-01-16T09:45:45.512 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T09:45:45.512 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-01-16T09:45:45.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:44.614860+0000 mon.smithi143 (mon.0) 27 : audit [INF] from='client.? 172.21.15.143:0/322035047' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-16T09:45:45.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:44.614923+0000 mon.smithi143 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi143.harokq(active, since 5s) 2024-01-16T09:45:45.821 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:45.515185+0000 mon.smithi143 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.143:0/2735122822' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T09:45:45.869 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for the mgr to restart... 2024-01-16T09:45:45.869 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr epoch 5... 2024-01-16T09:45:50.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:49.926958+0000 mon.smithi143 (mon.0) 30 : cluster [INF] Active manager daemon smithi143.harokq restarted 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:49.927181+0000 mon.smithi143 (mon.0) 31 : cluster [INF] Activating manager daemon smithi143.harokq 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:49.930013+0000 mon.smithi143 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:49.930128+0000 mon.smithi143 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi143.harokq(active, starting, since 0.0030338s) 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:49.931080+0000 mon.smithi143 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:49.931633+0000 mon.smithi143 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr metadata", "who": "smithi143.harokq", "id": "smithi143.harokq"}]: dispatch 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:49.932294+0000 mon.smithi143 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:49.932493+0000 mon.smithi143 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:49.932676+0000 mon.smithi143 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:49.947693+0000 mon.smithi143 (mon.0) 39 : cluster [INF] Manager daemon smithi143.harokq is now available 2024-01-16T09:45:50.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:49.959594+0000 mon.smithi143 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:45:50.935 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-01-16T09:45:50.936 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-16T09:45:50.936 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T09:45:50.936 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-01-16T09:45:51.229 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:45:49.956941+0000 mgr.smithi143.harokq (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T09:45:51.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.043119+0000 mon.smithi143 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:45:51.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.044066+0000 mon.smithi143 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:45:51.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.045068+0000 mon.smithi143 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:45:51.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.046458+0000 mon.smithi143 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:45:51.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.061580+0000 mon.smithi143 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:45:51.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.063966+0000 mon.smithi143 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/trash_purge_schedule"}]: dispatch 2024-01-16T09:45:51.230 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:50.932735+0000 mon.smithi143 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi143.harokq(active, since 1.00564s) 2024-01-16T09:45:51.285 INFO:teuthology.orchestra.run.smithi143.stderr:mgr epoch 5 is available 2024-01-16T09:45:51.285 INFO:teuthology.orchestra.run.smithi143.stderr:Setting orchestrator backend to cephadm... 2024-01-16T09:45:52.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.932195+0000 mgr.smithi143.harokq (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T09:45:52.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:50.938983+0000 mgr.smithi143.harokq (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T09:45:52.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:51.823069+0000 mon.smithi143 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:45:52.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:51.868219+0000 mon.smithi143 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:45:53.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:51.819302+0000 mgr.smithi143.harokq (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:45:53.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:45:52.824879+0000 mon.smithi143 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi143.harokq(active, since 2s) 2024-01-16T09:45:54.771 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: value unchanged 2024-01-16T09:45:56.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:54.775309+0000 mgr.smithi143.harokq (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:45:57.349 INFO:teuthology.orchestra.run.smithi143.stderr:Generating ssh key... 2024-01-16T09:45:59.201 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:58.609172+0000 mgr.smithi143.harokq (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:45:59.201 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:45:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:45:58.609411+0000 mgr.smithi143.harokq (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-16T09:46:00.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:59.175980+0000 mon.smithi143 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:00.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:45:59.177762+0000 mon.smithi143 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:02.020 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZzHGTLt+PitCvtpGdgzeQ3lAGi9LHLTDn2zq2anakxdnXcumuoPzNU2vWEzZHfPVdgLRAGCqD3OGEWu8K4fcwFFHA4etOESh/cN1+HqR3ZY5gLJMgcRJcUQXp400k/B5UgZ1+22rfUepM/hjYGFXDBNfJTdDL4LZmq43BVrSvrryh1kGE8AgYIjJQQBY32OlWPqDyZPdmBUecl7CWi+MkdPSiMlPz6y1xguO/Vym7xFf2921aHCLpnPahL0m4sVsgB96MSfMFN39g/72PsY7HNX1cGm6/8gT9WQZPuGHUczyLIN1pMKIOYPJ2D00C1atyUUfQ86rYwH/C4r6nPcda8djC5cVl4w4EyNXnJ8v9PLx2kctAo6uzHyB8/8qUTLXF6+IzLRhHJu36dnDuw6VXyMjZqplWJsoQrvolTvl9f4/+uiQ8qPLHr6xkYc7nFEw8fkdwSovb0ZzYxlYvMTYpfG9QFkL5FGkpvzSIZi4GxuV9kKTyUcoI2sam16Vqg1k= ceph-e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:46:02.367 INFO:teuthology.orchestra.run.smithi143.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-16T09:46:02.367 INFO:teuthology.orchestra.run.smithi143.stderr:Adding key to root@localhost authorized_keys... 2024-01-16T09:46:02.367 INFO:teuthology.orchestra.run.smithi143.stderr:Adding host smithi143... 2024-01-16T09:46:02.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:02.023669+0000 mgr.smithi143.harokq (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:03.512 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Added host 'smithi143' with addr '172.21.15.143' 2024-01-16T09:46:03.824 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying mon service with default placement... 2024-01-16T09:46:04.383 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-16T09:46:04.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:02.903526+0000 mgr.smithi143.harokq (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "addr": "172.21.15.143", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:04.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:03.514845+0000 mon.smithi143 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:04.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:03.515124+0000 mgr.smithi143.harokq (mgr.14116) 10 : cephadm [INF] Added host smithi143 2024-01-16T09:46:04.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:03.557083+0000 mon.smithi143 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:46:04.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:04.386868+0000 mon.smithi143 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:04.883 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying mgr service with default placement... 2024-01-16T09:46:05.510 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:04.383489+0000 mgr.smithi143.harokq (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:05.510 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:04.384770+0000 mgr.smithi143.harokq (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-16T09:46:05.510 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:05.121605+0000 mon.smithi143 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:05.678 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-16T09:46:05.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:05.361610+0000 mon.smithi143 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:06.324 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying crash service with default placement... 2024-01-16T09:46:06.852 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:05.678890+0000 mgr.smithi143.harokq (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:06.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:05.680136+0000 mgr.smithi143.harokq (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-16T09:46:06.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:05.682410+0000 mon.smithi143 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:06.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:06.305321+0000 mon.smithi143 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:06.919 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-16T09:46:07.282 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying prometheus service with default placement... 2024-01-16T09:46:07.905 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-16T09:46:08.184 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:06.919817+0000 mgr.smithi143.harokq (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:08.184 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:06.920805+0000 mgr.smithi143.harokq (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-16T09:46:08.184 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:06.923012+0000 mon.smithi143 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:08.184 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:07.909326+0000 mon.smithi143 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:08.265 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying grafana service with default placement... 2024-01-16T09:46:08.802 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-16T09:46:09.096 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:07.906240+0000 mgr.smithi143.harokq (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:09.096 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:07.907075+0000 mgr.smithi143.harokq (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-16T09:46:09.096 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:08.806459+0000 mon.smithi143 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:09.148 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying node-exporter service with default placement... 2024-01-16T09:46:09.670 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-16T09:46:09.967 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:08.803489+0000 mgr.smithi143.harokq (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:09.967 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:08.804368+0000 mgr.smithi143.harokq (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-16T09:46:09.967 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:09.674326+0000 mon.smithi143 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:10.015 INFO:teuthology.orchestra.run.smithi143.stderr:Deploying alertmanager service with default placement... 2024-01-16T09:46:10.519 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-16T09:46:11.852 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:09.671295+0000 mgr.smithi143.harokq (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:11.852 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:09.672153+0000 mgr.smithi143.harokq (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-16T09:46:11.852 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:09.933793+0000 mgr.smithi143.harokq (mgr.14116) 23 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:11.852 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:10.519748+0000 mgr.smithi143.harokq (mgr.14116) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:11.852 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:10.520629+0000 mgr.smithi143.harokq (mgr.14116) 25 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-16T09:46:11.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:10.522761+0000 mon.smithi143 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.143:0/2656856553' entity='mgr.smithi143.harokq' 2024-01-16T09:46:11.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:11.418896+0000 mon.smithi143 (mon.0) 65 : audit [INF] from='client.? 172.21.15.143:0/2089137471' entity='client.admin' 2024-01-16T09:46:12.640 INFO:teuthology.orchestra.run.smithi143.stderr:Enabling the dashboard module... 2024-01-16T09:46:13.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:11.934119+0000 mgr.smithi143.harokq (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:13.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:12.306141+0000 mon.smithi143 (mon.0) 66 : audit [INF] from='client.? 172.21.15.143:0/743532310' entity='client.admin' 2024-01-16T09:46:13.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:13.188944+0000 mon.smithi143 (mon.0) 67 : audit [INF] from='client.? 172.21.15.143:0/3382153443' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-16T09:46:14.865 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-01-16T09:46:14.865 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-16T09:46:14.865 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:46:14.865 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "active_name": "smithi143.harokq", 2024-01-16T09:46:14.865 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T09:46:14.865 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-01-16T09:46:15.214 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for the mgr to restart... 2024-01-16T09:46:15.214 INFO:teuthology.orchestra.run.smithi143.stderr:Waiting for mgr epoch 9... 2024-01-16T09:46:15.317 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:13.931403+0000 mon.smithi143 (mon.0) 68 : audit [INF] from='client.? 172.21.15.143:0/3382153443' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-16T09:46:15.317 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:13.931521+0000 mon.smithi143 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi143.harokq(active, since 24s) 2024-01-16T09:46:15.318 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:14.867917+0000 mon.smithi143 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.143:0/1570223612' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T09:46:19.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:19.310266+0000 mon.smithi143 (mon.0) 71 : cluster [INF] Active manager daemon smithi143.harokq restarted 2024-01-16T09:46:19.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:19.310504+0000 mon.smithi143 (mon.0) 72 : cluster [INF] Activating manager daemon smithi143.harokq 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:19.315902+0000 mon.smithi143 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:19.316007+0000 mon.smithi143 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi143.harokq(active, starting, since 0.00560632s) 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.316798+0000 mon.smithi143 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.317454+0000 mon.smithi143 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr metadata", "who": "smithi143.harokq", "id": "smithi143.harokq"}]: dispatch 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.318082+0000 mon.smithi143 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.318280+0000 mon.smithi143 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.318458+0000 mon.smithi143 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:46:19.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:19.331858+0000 mon.smithi143 (mon.0) 80 : cluster [INF] Manager daemon smithi143.harokq is now available 2024-01-16T09:46:20.317 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: { 2024-01-16T09:46:20.317 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-16T09:46:20.317 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T09:46:20.317 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: } 2024-01-16T09:46:20.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.425621+0000 mon.smithi143 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:46:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.426916+0000 mon.smithi143 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:46:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.450434+0000 mon.smithi143 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:46:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:19.453350+0000 mon.smithi143 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/trash_purge_schedule"}]: dispatch 2024-01-16T09:46:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:20.315019+0000 mon.smithi143 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi143.harokq(active, since 1.00461s) 2024-01-16T09:46:20.671 INFO:teuthology.orchestra.run.smithi143.stderr:mgr epoch 9 is available 2024-01-16T09:46:20.671 INFO:teuthology.orchestra.run.smithi143.stderr:Generating a dashboard self-signed certificate... 2024-01-16T09:46:21.346 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-16T09:46:21.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:20.314366+0000 mgr.smithi143.harokq (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T09:46:21.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:20.320535+0000 mgr.smithi143.harokq (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T09:46:21.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:20.460190+0000 mon.smithi143 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:21.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:21.347665+0000 mon.smithi143 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:21.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:21.349396+0000 mon.smithi143 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:21.688 INFO:teuthology.orchestra.run.smithi143.stderr:Creating initial admin user... 2024-01-16T09:46:22.441 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$kGGxgUvLf7UyjbJX1fXqcuXA8faQLJ3KPErAWCT/Qm.xK0rhf1VEu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705398382, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-16T09:46:22.715 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:21.237062+0000 mgr.smithi143.harokq (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:22.715 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:21.462568+0000 mon.smithi143 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi143.harokq(active, since 2s) 2024-01-16T09:46:22.715 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:22.444958+0000 mon.smithi143 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:22.787 INFO:teuthology.orchestra.run.smithi143.stderr:Fetching dashboard port number... 2024-01-16T09:46:23.309 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: 8443 2024-01-16T09:46:23.654 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: disabled 2024-01-16T09:46:23.661 INFO:teuthology.orchestra.run.smithi143.stderr:systemctl: inactive 2024-01-16T09:46:23.662 INFO:teuthology.orchestra.run.smithi143.stderr:firewalld.service is not enabled 2024-01-16T09:46:23.662 INFO:teuthology.orchestra.run.smithi143.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-16T09:46:23.664 INFO:teuthology.orchestra.run.smithi143.stderr:Ceph Dashboard is now available at: 2024-01-16T09:46:23.664 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:23.664 INFO:teuthology.orchestra.run.smithi143.stderr: URL: https://smithi143.front.sepia.ceph.com:8443/ 2024-01-16T09:46:23.664 INFO:teuthology.orchestra.run.smithi143.stderr: User: admin 2024-01-16T09:46:23.664 INFO:teuthology.orchestra.run.smithi143.stderr: Password: bl7ymnh4mv 2024-01-16T09:46:23.664 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:23.664 INFO:teuthology.orchestra.run.smithi143.stderr:Enabling autotune for osd_memory_target 2024-01-16T09:46:24.197 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:22.227679+0000 mgr.smithi143.harokq (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:24.197 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:23.312988+0000 mon.smithi143 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.143:0/4137527122' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-16T09:46:25.197 INFO:teuthology.orchestra.run.smithi143.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-16T09:46:25.546 INFO:teuthology.orchestra.run.smithi143.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-16T09:46:25.547 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.547 INFO:teuthology.orchestra.run.smithi143.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:46:25.547 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.547 INFO:teuthology.orchestra.run.smithi143.stderr:Or, if you are only running a single cluster on this host: 2024-01-16T09:46:25.547 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.548 INFO:teuthology.orchestra.run.smithi143.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-16T09:46:25.548 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.548 INFO:teuthology.orchestra.run.smithi143.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-16T09:46:25.548 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.548 INFO:teuthology.orchestra.run.smithi143.stderr: ceph telemetry on 2024-01-16T09:46:25.548 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.548 INFO:teuthology.orchestra.run.smithi143.stderr:For more information see: 2024-01-16T09:46:25.549 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.549 INFO:teuthology.orchestra.run.smithi143.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-16T09:46:25.549 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T09:46:25.549 INFO:teuthology.orchestra.run.smithi143.stderr:Bootstrap complete. 2024-01-16T09:46:25.580 INFO:tasks.cephadm:Fetching config... 2024-01-16T09:46:25.580 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:46:25.580 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-16T09:46:25.598 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-16T09:46:25.599 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:46:25.599 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-16T09:46:25.657 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-16T09:46:25.657 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:46:25.657 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/keyring of=/dev/stdout 2024-01-16T09:46:25.729 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-16T09:46:25.729 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:46:25.729 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-16T09:46:25.788 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-16T09:46:25.789 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZzHGTLt+PitCvtpGdgzeQ3lAGi9LHLTDn2zq2anakxdnXcumuoPzNU2vWEzZHfPVdgLRAGCqD3OGEWu8K4fcwFFHA4etOESh/cN1+HqR3ZY5gLJMgcRJcUQXp400k/B5UgZ1+22rfUepM/hjYGFXDBNfJTdDL4LZmq43BVrSvrryh1kGE8AgYIjJQQBY32OlWPqDyZPdmBUecl7CWi+MkdPSiMlPz6y1xguO/Vym7xFf2921aHCLpnPahL0m4sVsgB96MSfMFN39g/72PsY7HNX1cGm6/8gT9WQZPuGHUczyLIN1pMKIOYPJ2D00C1atyUUfQ86rYwH/C4r6nPcda8djC5cVl4w4EyNXnJ8v9PLx2kctAo6uzHyB8/8qUTLXF6+IzLRhHJu36dnDuw6VXyMjZqplWJsoQrvolTvl9f4/+uiQ8qPLHr6xkYc7nFEw8fkdwSovb0ZzYxlYvMTYpfG9QFkL5FGkpvzSIZi4GxuV9kKTyUcoI2sam16Vqg1k= ceph-e7976e1a-b453-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T09:46:25.866 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZzHGTLt+PitCvtpGdgzeQ3lAGi9LHLTDn2zq2anakxdnXcumuoPzNU2vWEzZHfPVdgLRAGCqD3OGEWu8K4fcwFFHA4etOESh/cN1+HqR3ZY5gLJMgcRJcUQXp400k/B5UgZ1+22rfUepM/hjYGFXDBNfJTdDL4LZmq43BVrSvrryh1kGE8AgYIjJQQBY32OlWPqDyZPdmBUecl7CWi+MkdPSiMlPz6y1xguO/Vym7xFf2921aHCLpnPahL0m4sVsgB96MSfMFN39g/72PsY7HNX1cGm6/8gT9WQZPuGHUczyLIN1pMKIOYPJ2D00C1atyUUfQ86rYwH/C4r6nPcda8djC5cVl4w4EyNXnJ8v9PLx2kctAo6uzHyB8/8qUTLXF6+IzLRhHJu36dnDuw6VXyMjZqplWJsoQrvolTvl9f4/+uiQ8qPLHr6xkYc7nFEw8fkdwSovb0ZzYxlYvMTYpfG9QFkL5FGkpvzSIZi4GxuV9kKTyUcoI2sam16Vqg1k= ceph-e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:46:25.877 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZzHGTLt+PitCvtpGdgzeQ3lAGi9LHLTDn2zq2anakxdnXcumuoPzNU2vWEzZHfPVdgLRAGCqD3OGEWu8K4fcwFFHA4etOESh/cN1+HqR3ZY5gLJMgcRJcUQXp400k/B5UgZ1+22rfUepM/hjYGFXDBNfJTdDL4LZmq43BVrSvrryh1kGE8AgYIjJQQBY32OlWPqDyZPdmBUecl7CWi+MkdPSiMlPz6y1xguO/Vym7xFf2921aHCLpnPahL0m4sVsgB96MSfMFN39g/72PsY7HNX1cGm6/8gT9WQZPuGHUczyLIN1pMKIOYPJ2D00C1atyUUfQ86rYwH/C4r6nPcda8djC5cVl4w4EyNXnJ8v9PLx2kctAo6uzHyB8/8qUTLXF6+IzLRhHJu36dnDuw6VXyMjZqplWJsoQrvolTvl9f4/+uiQ8qPLHr6xkYc7nFEw8fkdwSovb0ZzYxlYvMTYpfG9QFkL5FGkpvzSIZi4GxuV9kKTyUcoI2sam16Vqg1k= ceph-e7976e1a-b453-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T09:46:25.921 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDZzHGTLt+PitCvtpGdgzeQ3lAGi9LHLTDn2zq2anakxdnXcumuoPzNU2vWEzZHfPVdgLRAGCqD3OGEWu8K4fcwFFHA4etOESh/cN1+HqR3ZY5gLJMgcRJcUQXp400k/B5UgZ1+22rfUepM/hjYGFXDBNfJTdDL4LZmq43BVrSvrryh1kGE8AgYIjJQQBY32OlWPqDyZPdmBUecl7CWi+MkdPSiMlPz6y1xguO/Vym7xFf2921aHCLpnPahL0m4sVsgB96MSfMFN39g/72PsY7HNX1cGm6/8gT9WQZPuGHUczyLIN1pMKIOYPJ2D00C1atyUUfQ86rYwH/C4r6nPcda8djC5cVl4w4EyNXnJ8v9PLx2kctAo6uzHyB8/8qUTLXF6+IzLRhHJu36dnDuw6VXyMjZqplWJsoQrvolTvl9f4/+uiQ8qPLHr6xkYc7nFEw8fkdwSovb0ZzYxlYvMTYpfG9QFkL5FGkpvzSIZi4GxuV9kKTyUcoI2sam16Vqg1k= ceph-e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:46:25.933 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-16T09:46:26.572 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:25.198402+0000 mon.smithi143 (mon.0) 92 : audit [INF] from='client.? 172.21.15.143:0/1029169403' entity='client.admin' 2024-01-16T09:46:27.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:26.200501+0000 mon.smithi143 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi143.harokq(active, since 6s) 2024-01-16T09:46:27.806 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-16T09:46:27.806 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-16T09:46:28.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:27.261959+0000 mon.smithi143 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:28.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:27.453184+0000 mon.smithi143 (mon.0) 95 : audit [INF] from='client.? 172.21.15.143:0/3848527781' entity='client.admin' 2024-01-16T09:46:28.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:27.815595+0000 mon.smithi143 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:46:28.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:27.819794+0000 mon.smithi143 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:28.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:27.828846+0000 mgr.smithi143.harokq (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi143 on smithi143 2024-01-16T09:46:29.683 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-01-16T09:46:29.684 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:46:29.684 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-01-16T09:46:29.706 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:46:29.706 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:46:29.766 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-01-16T09:46:29.767 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch host add smithi204 2024-01-16T09:46:30.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:29.265765+0000 mgr.smithi143.harokq (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:46:30.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:29.268256+0000 mon.smithi143 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:34.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:33.728408+0000 mon.smithi143 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:34.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:33.729991+0000 mon.smithi143 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:46:34.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:33.731626+0000 mon.smithi143 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T09:46:34.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:33.732167+0000 mon.smithi143 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:34.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:33.732650+0000 mgr.smithi143.harokq (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi143 on smithi143 2024-01-16T09:46:34.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:34.450844+0000 mon.smithi143 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:36.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:35.265074+0000 mon.smithi143 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:36.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:35.448275+0000 mon.smithi143 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:36.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:35.450044+0000 mon.smithi143 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:36.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:35.451457+0000 mon.smithi143 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:46:36.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:35.451793+0000 mgr.smithi143.harokq (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:46:36.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:35.454070+0000 mon.smithi143 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:36.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:35.459016+0000 mgr.smithi143.harokq (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi143 on smithi143 2024-01-16T09:46:40.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:39.319196+0000 mgr.smithi143.harokq (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:40.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:39.453985+0000 mon.smithi143 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:41.319425+0000 mgr.smithi143.harokq (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:45.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:43.319699+0000 mgr.smithi143.harokq (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:47.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:45.320052+0000 mgr.smithi143.harokq (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:47.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:46.323060+0000 mon.smithi143 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:48.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:46.325133+0000 mgr.smithi143.harokq (mgr.14156) 14 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2024-01-16T09:46:49.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:47.320351+0000 mgr.smithi143.harokq (mgr.14156) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:46:49.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:48.741705+0000 mon.smithi143 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:49.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:48.743789+0000 mon.smithi143 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-16T09:46:50.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:49.457866+0000 mon.smithi143 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' 2024-01-16T09:46:50.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:49.743577+0000 mon.smithi143 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.143:0/1604141136' entity='mgr.smithi143.harokq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-16T09:46:50.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:49.743635+0000 mon.smithi143 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi143.harokq(active, since 30s) 2024-01-16T09:46:55.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:55.075953+0000 mon.smithi143 (mon.0) 116 : cluster [INF] Active manager daemon smithi143.harokq restarted 2024-01-16T09:46:55.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:55.076273+0000 mon.smithi143 (mon.0) 117 : cluster [INF] Activating manager daemon smithi143.harokq 2024-01-16T09:46:55.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:55.079209+0000 mon.smithi143 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-16T09:46:55.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:55.079314+0000 mon.smithi143 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi143.harokq(active, starting, since 0.00317498s) 2024-01-16T09:46:55.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.080369+0000 mon.smithi143 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-16T09:46:55.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.080990+0000 mon.smithi143 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr metadata", "who": "smithi143.harokq", "id": "smithi143.harokq"}]: dispatch 2024-01-16T09:46:55.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.081619+0000 mon.smithi143 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:46:55.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.081781+0000 mon.smithi143 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:46:55.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.081919+0000 mon.smithi143 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:46:55.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:55.095500+0000 mon.smithi143 (mon.0) 125 : cluster [INF] Manager daemon smithi143.harokq is now available 2024-01-16T09:46:56.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.190415+0000 mon.smithi143 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:46:56.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.191837+0000 mon.smithi143 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:46:56.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.214881+0000 mon.smithi143 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:46:56.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.227672+0000 mon.smithi143 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:46:56.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:55.232023+0000 mon.smithi143 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.harokq/trash_purge_schedule"}]: dispatch 2024-01-16T09:46:56.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:56.080867+0000 mon.smithi143 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi143.harokq(active, since 1.00473s) 2024-01-16T09:46:56.705 INFO:teuthology.orchestra.run.smithi204.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-01-16T09:46:57.027 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch host ls --format=json 2024-01-16T09:46:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:56.708154+0000 mon.smithi143 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:46:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:56.708449+0000 mgr.smithi143.harokq (mgr.14180) 2 : cephadm [INF] Added host smithi204 2024-01-16T09:46:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.328901+0000 mon.smithi143 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:46:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.607040+0000 mon.smithi143 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:46:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.607795+0000 mon.smithi143 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:46:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.608347+0000 mon.smithi143 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:46:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.651526+0000 mon.smithi143 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:46:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.657790+0000 mon.smithi143 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:46:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.661481+0000 mon.smithi143 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-16T09:46:58.314 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:46:58.314 INFO:teuthology.orchestra.run.smithi204.stdout:[{"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-01-16T09:46:58.680 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-16T09:46:58.681 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd crush tunables default 2024-01-16T09:46:59.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:57.609437+0000 mgr.smithi143.harokq (mgr.14180) 3 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-01-16T09:46:59.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:57.631235+0000 mgr.smithi143.harokq (mgr.14180) 4 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:46:59.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:57.712023+0000 mon.smithi143 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-16T09:46:59.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:46:57.712063+0000 mon.smithi143 (mon.0) 141 : cluster [DBG] mgrmap e17: smithi143.harokq(active, since 2s) 2024-01-16T09:46:59.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:46:57.721597+0000 mgr.smithi143.harokq (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi143 on smithi143 2024-01-16T09:47:00.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:46:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:46:58.317448+0000 mgr.smithi143.harokq (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:47:02.907 INFO:teuthology.orchestra.run.smithi143.stderr:adjusted tunables profile to default 2024-01-16T09:47:03.183 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:02.855051+0000 mon.smithi143 (mon.0) 142 : audit [INF] from='client.? 172.21.15.143:0/3216649377' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-16T09:47:04.035 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:02.907527+0000 mon.smithi143 (mon.0) 143 : audit [INF] from='client.? 172.21.15.143:0/3216649377' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-16T09:47:04.035 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:02.907584+0000 mon.smithi143 (mon.0) 144 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:47:04.186 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2024-01-16T09:47:04.187 INFO:tasks.cephadm:Adding mon.smithi204 on smithi204 2024-01-16T09:47:04.187 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch apply mon '2;smithi143:172.21.15.143=smithi143;smithi204:172.21.15.204=smithi204' 2024-01-16T09:47:05.586 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-01-16T09:47:05.954 DEBUG:teuthology.orchestra.run.smithi204:mon.smithi204> sudo journalctl -f -n 0 -u ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi204.service 2024-01-16T09:47:05.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:47:05.957 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:47:05.985 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:-- Logs begin at Tue 2024-01-16 09:38:15 UTC. -- 2024-01-16T09:47:06.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:05.585932+0000 mgr.smithi143.harokq (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi143:172.21.15.143=smithi143;smithi204:172.21.15.204=smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:47:06.871 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:05.587665+0000 mgr.smithi143.harokq (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi143:172.21.15.143=smithi143;smithi204:172.21.15.204=smithi204;count:2 2024-01-16T09:47:06.871 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:05.589966+0000 mon.smithi143 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:06.871 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:05.909221+0000 mon.smithi143 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:06.871 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:05.910261+0000 mon.smithi143 (mon.0) 147 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:47:06.871 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:06.408694+0000 mon.smithi143 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:08.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:07.613284+0000 mon.smithi143 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:08.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:08.337042+0000 mon.smithi143 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:09.163 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:47:09.163 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"e7976e1a-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:45:27.220780Z","created":"2024-01-16T09:45:27.220780Z","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":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:47:09.166 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-16T09:47:09.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:09.167031+0000 mon.smithi143 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.204:0/1705326430' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:47:10.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:47:10.815 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:47:11.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:10.219235+0000 mon.smithi143 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:12.296 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:47:12.296 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"e7976e1a-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:45:27.220780Z","created":"2024-01-16T09:45:27.220780Z","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":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:47:12.298 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-16T09:47:12.624 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.241774+0000 mon.smithi143 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:12.624 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.735234+0000 mon.smithi143 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:12.624 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.736088+0000 mon.smithi143 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:47:12.624 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.737176+0000 mon.smithi143 (mon.0) 156 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.738023+0000 mon.smithi143 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:11.739349+0000 mgr.smithi143.harokq (mgr.14180) 9 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:11.780872+0000 mgr.smithi143.harokq (mgr.14180) 10 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.821477+0000 mon.smithi143 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.826617+0000 mon.smithi143 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.828308+0000 mon.smithi143 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.832717+0000 mon.smithi143 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T09:47:12.625 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:11.833504+0000 mon.smithi143 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:13.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:11.834234+0000 mgr.smithi143.harokq (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi204 on smithi204 2024-01-16T09:47:13.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:12.300044+0000 mon.smithi143 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.204:0/1389654940' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:47:13.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:47:13.884 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:47:15.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:13.761654+0000 mon.smithi143 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:15.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:13.763872+0000 mon.smithi143 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.gleekz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:47:15.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:13.765933+0000 mon.smithi143 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.gleekz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T09:47:15.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:13.766771+0000 mon.smithi143 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:47:15.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:13.767735+0000 mon.smithi143 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:15.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:13.768517+0000 mgr.smithi143.harokq (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi204.gleekz on smithi204 2024-01-16T09:47:16.077 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:47:16.077 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"e7976e1a-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:45:27.220780Z","created":"2024-01-16T09:45:27.220780Z","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":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:47:16.079 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-16T09:47:16.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:15.083270+0000 mgr.smithi143.harokq (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:16.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:15.224921+0000 mon.smithi143 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:16.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:16.080920+0000 mon.smithi143 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.204:0/1013876314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:47:16.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:16.176406+0000 mon.smithi143 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:16.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:16.178777+0000 mon.smithi143 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:47:16.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:16.179656+0000 mon.smithi143 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:17.410 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:47:17.410 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:47:17.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:16.180364+0000 mgr.smithi143.harokq (mgr.14180) 14 : cephadm [INF] Deploying daemon mon.smithi204 on smithi204 2024-01-16T09:47:18.017 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 systemd[1]: Starting Ceph mon.smithi204 for e7976e1a-b453-11ee-95ad-87774f69a715... 2024-01-16T09:47:18.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:17.083706+0000 mgr.smithi143.harokq (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:18.893 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 bash[38523]: 76a06a9657064c2a5156c26aefd1f17131420c1e526fa9ace0287e3d2b774a13 2024-01-16T09:47:18.893 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 systemd[1]: Started Ceph mon.smithi204 for e7976e1a-b453-11ee-95ad-87774f69a715. 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.616+0000 7f0f4165f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.616+0000 7f0f4165f880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.616+0000 7f0f4165f880 0 pidfile_write: ignore empty --pid-file 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.621+0000 7f0f4165f880 0 load: jerasure load: lrc load: isa 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: DB SUMMARY 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi204/store.db dir, Total Num: 0, files: 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi204/store.db: 000003.log size: 511 ; 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.env: 0x55a7acc24080 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.info_log: 0x55a7ae12fd20 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:47:18.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:47:18.896 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi204/store.db 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:47:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.write_buffer_manager: 0x55a7aee2c420 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:47:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:47:18.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:47:18.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:47:18.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.row_cache: None 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:47:18.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:47:18.902 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:47:18.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.622+0000 7f0f4165f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000001 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:47:18.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.merge_operator: 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a7ae0dfd28) 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cache_index_and_filter_blocks: 1 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: pin_top_level_index_and_filter: 1 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: index_type: 0 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: data_block_index_type: 0 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: index_shortening: 1 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: hash_index_allow_collision: 1 2024-01-16T09:47:18.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: checksum: 1 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: no_block_cache: 0 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_cache: 0x55a7ae114f10 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_cache_name: BinnedLRUCache 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_cache_options: 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: capacity : 536870912 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: num_shard_bits : 4 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: strict_capacity_limit : 0 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: high_pri_pool_ratio: 0.000 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_cache_compressed: (nil) 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: persistent_cache: (nil) 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_size: 4096 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_size_deviation: 10 2024-01-16T09:47:18.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_restart_interval: 16 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: index_block_restart_interval: 1 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: metadata_block_size: 4096 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: partition_filters: 0 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: use_delta_encoding: 1 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: whole_key_filtering: 1 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: verify_compression: 0 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: read_amp_bytes_per_bit: 0 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: format_version: 2 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: enable_index_compression: 1 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: block_align: 0 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:47:18.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:47:18.908 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:47:18.908 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:47:18.908 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:47:18.908 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:47:18.912 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:47:18.912 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:47:18.912 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:47:18.913 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:47:18.914 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:47:18.915 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:47:18.916 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:47:18.917 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:47:18.918 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:47:18.918 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.918 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-16T09:47:18.918 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.918 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398438624723, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-16T09:47:18.918 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.623+0000 7f0f4165f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.624+0000 7f0f4165f880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.624+0000 7f0f4165f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398438625265, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705398438, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.624+0000 7f0f4165f880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.624+0000 7f0f4165f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705398438625701, "job": 1, "event": "recovery_finished"} 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.625+0000 7f0f4165f880 4 rocksdb: DB pointer 0x55a7ae1dd800 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.625+0000 7f0f28454700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.625+0000 7f0f28454700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ** DB Stats ** 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:47:18.919 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ** Compaction Stats [default] ** 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-01-16T09:47:18.920 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ** Compaction Stats [default] ** 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Interval compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.921 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ** Compaction Stats [default] ** 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ** Compaction Stats [default] ** 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.000 0 0 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:47:18.922 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.625+0000 7f0f4165f880 0 mon.smithi204 does not exist in monmap, will attempt to join an existing cluster 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.626+0000 7f0f4165f880 0 using public_addr v2:172.21.15.204:0/0 -> [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.626+0000 7f0f4165f880 0 starting mon.smithi204 rank -1 at public addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] at bind addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi204 fsid e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.628+0000 7f0f4165f880 1 mon.smithi204@-1(???) e0 preinit fsid e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.654+0000 7f0f2ac59700 0 mon.smithi204@-1(synchronizing).mds e1 new map 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.654+0000 7f0f2ac59700 0 mon.smithi204@-1(synchronizing).mds e1 print_map 2024-01-16T09:47:18.923 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: e1 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: legacy client fscid: -1 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: No filesystems configured 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.655+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.655+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.655+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.655+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.655+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.655+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.655+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-16T09:47:18.924 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.657+0000 7f0f2ac59700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T09:47:18.925 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.657+0000 7f0f2ac59700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:47:18.925 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.657+0000 7f0f2ac59700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:47:18.925 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.657+0000 7f0f2ac59700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:47:18.925 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:17.083706+0000 mgr.smithi143.harokq (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:18.925 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T09:47:18.657+0000 7f0f2ac59700 1 mon.smithi204@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-16T09:47:24.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:18.665271+0000 mon.smithi143 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-16T09:47:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:18.665472+0000 mon.smithi143 (mon.0) 176 : cluster [INF] mon.smithi143 calling monitor election 2024-01-16T09:47:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:18.678179+0000 mon.smithi143 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:19.084079+0000 mgr.smithi143.harokq (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:19.662255+0000 mon.smithi143 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:20.662304+0000 mon.smithi143 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:20.663568+0000 mon.smithi204 (mon.1) 1 : cluster [INF] mon.smithi204 calling monitor election 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:21.084473+0000 mgr.smithi143.harokq (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:21.651844+0000 mon.smithi143 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.gleekz/crt"}]: dispatch 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:21.662206+0000 mon.smithi143 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:22.662930+0000 mon.smithi143 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:23.662726+0000 mon.smithi143 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.691422+0000 mon.smithi143 (mon.0) 184 : cluster [INF] mon.smithi143 is new leader, mons smithi143,smithi204 in quorum (ranks 0,1) 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.699842+0000 mon.smithi143 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.711681+0000 mon.smithi143 (mon.0) 186 : cluster [DBG] fsmap 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.711724+0000 mon.smithi143 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.711946+0000 mon.smithi143 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi143.harokq(active, since 28s) 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.713271+0000 mon.smithi143 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi204.gleekz started 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:23.714228+0000 mon.smithi143 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.715922+0000 mon.smithi143 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-16T09:47:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:23.716407+0000 mon.smithi143 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.gleekz/key"}]: dispatch 2024-01-16T09:47:24.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:23.716958+0000 mon.smithi143 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T09:47:24.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:23.719025+0000 mon.smithi143 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:24.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:23.724040+0000 mon.smithi143 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:24.123 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:18.665271+0000 mon.smithi143 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2024-01-16T09:47:24.123 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:18.665472+0000 mon.smithi143 (mon.0) 176 : cluster [INF] mon.smithi143 calling monitor election 2024-01-16T09:47:24.123 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:18.678179+0000 mon.smithi143 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.123 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:19.084079+0000 mgr.smithi143.harokq (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:19.662255+0000 mon.smithi143 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:20.662304+0000 mon.smithi143 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:20.663568+0000 mon.smithi204 (mon.1) 1 : cluster [INF] mon.smithi204 calling monitor election 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:21.084473+0000 mgr.smithi143.harokq (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:21.651844+0000 mon.smithi143 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.gleekz/crt"}]: dispatch 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:21.662206+0000 mon.smithi143 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:22.662930+0000 mon.smithi143 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:23.662726+0000 mon.smithi143 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.691422+0000 mon.smithi143 (mon.0) 184 : cluster [INF] mon.smithi143 is new leader, mons smithi143,smithi204 in quorum (ranks 0,1) 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.699842+0000 mon.smithi143 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.711681+0000 mon.smithi143 (mon.0) 186 : cluster [DBG] fsmap 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.711724+0000 mon.smithi143 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.711946+0000 mon.smithi143 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi143.harokq(active, since 28s) 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.713271+0000 mon.smithi143 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi204.gleekz started 2024-01-16T09:47:24.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:23.714228+0000 mon.smithi143 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T09:47:24.125 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.715922+0000 mon.smithi143 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-16T09:47:24.125 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:23.716407+0000 mon.smithi143 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.gleekz/key"}]: dispatch 2024-01-16T09:47:24.125 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:23.716958+0000 mon.smithi143 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.204:0/2603233239' entity='mgr.smithi204.gleekz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T09:47:24.125 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:23.719025+0000 mon.smithi143 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:24.125 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:23.724040+0000 mon.smithi143 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:25.001 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-16T09:47:25.001 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"e7976e1a-b453-11ee-95ad-87774f69a715","modified":"2024-01-16T09:47:18.662699Z","created":"2024-01-16T09:45:27.220780Z","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":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi204","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-16T09:47:25.002 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2024-01-16T09:47:25.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.084850+0000 mgr.smithi143.harokq (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:25.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:23.720849+0000 mgr.smithi143.harokq (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-01-16T09:47:25.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:23.772794+0000 mon.smithi143 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi143.harokq(active, since 28s), standbys: smithi204.gleekz 2024-01-16T09:47:25.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:23.772972+0000 mon.smithi143 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr metadata", "who": "smithi204.gleekz", "id": "smithi204.gleekz"}]: dispatch 2024-01-16T09:47:25.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:24.662881+0000 mon.smithi143 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:25.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.084850+0000 mgr.smithi143.harokq (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:25.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:23.720849+0000 mgr.smithi143.harokq (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-01-16T09:47:25.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:23.772794+0000 mon.smithi143 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi143.harokq(active, since 28s), standbys: smithi204.gleekz 2024-01-16T09:47:25.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:23.772972+0000 mon.smithi143 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr metadata", "who": "smithi204.gleekz", "id": "smithi204.gleekz"}]: dispatch 2024-01-16T09:47:25.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:24.662881+0000 mon.smithi143 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-16T09:47:26.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:25.003726+0000 mon.smithi143 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.204:0/4081424606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:47:26.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:25.003726+0000 mon.smithi143 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.204:0/4081424606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:47:27.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:25.085202+0000 mgr.smithi143.harokq (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:27.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:25.085202+0000 mgr.smithi143.harokq (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:29.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:27.085442+0000 mgr.smithi143.harokq (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:27.085442+0000 mgr.smithi143.harokq (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:29.235 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-16T09:47:29.235 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph config generate-minimal-conf 2024-01-16T09:47:30.610 INFO:teuthology.orchestra.run.smithi143.stdout:# minimal ceph.conf for e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:47:30.610 INFO:teuthology.orchestra.run.smithi143.stdout:[global] 2024-01-16T09:47:30.610 INFO:teuthology.orchestra.run.smithi143.stdout: fsid = e7976e1a-b453-11ee-95ad-87774f69a715 2024-01-16T09:47:30.610 INFO:teuthology.orchestra.run.smithi143.stdout: mon_host = [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-01-16T09:47:30.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:29.085843+0000 mgr.smithi143.harokq (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:30.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:29.906931+0000 mon.smithi143 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:30.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:29.908246+0000 mon.smithi143 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:47:30.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:30.614135+0000 mon.smithi143 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.143:0/2454009392' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:30.948 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-16T09:47:30.949 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:47:30.949 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T09:47:30.980 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:47:30.980 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:47:31.048 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:47:31.048 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T09:47:31.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:29.085843+0000 mgr.smithi143.harokq (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:31.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:29.906931+0000 mon.smithi143 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:31.076 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:29.908246+0000 mon.smithi143 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:47:31.077 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:30.614135+0000 mon.smithi143 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.143:0/2454009392' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:31.079 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:47:31.080 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:47:31.147 INFO:tasks.cephadm:Deploying OSDs... 2024-01-16T09:47:31.147 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:47:31.147 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:47:31.165 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:47:31.165 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme1n1 2024-01-16T09:47:31.223 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme1n1 2024-01-16T09:47:31.224 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:31.224 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 186497 Links: 1 Device type: 103,1 2024-01-16T09:47:31.224 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:31.224 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:31.224 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:46:27.889776093 +0000 2024-01-16T09:47:31.224 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:44:53.233233405 +0000 2024-01-16T09:47:31.224 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:44:53.233233405 +0000 2024-01-16T09:47:31.225 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:47:31.225 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T09:47:31.291 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:47:31.291 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:47:31.291 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000199177 s, 2.6 MB/s 2024-01-16T09:47:31.292 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T09:47:31.352 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme2n1 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme2n1 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 187840 Links: 1 Device type: 103,2 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:46:27.900775807 +0000 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:44:53.378229640 +0000 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:44:53.378229640 +0000 2024-01-16T09:47:31.411 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:47:31.412 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T09:47:31.477 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:47:31.477 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:47:31.478 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000260857 s, 2.0 MB/s 2024-01-16T09:47:31.478 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T09:47:31.537 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme3n1 2024-01-16T09:47:31.595 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme3n1 2024-01-16T09:47:31.595 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:31.595 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 187932 Links: 1 Device type: 103,3 2024-01-16T09:47:31.596 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:31.596 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:31.596 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:46:27.911775522 +0000 2024-01-16T09:47:31.596 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:44:53.524225849 +0000 2024-01-16T09:47:31.596 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:44:53.524225849 +0000 2024-01-16T09:47:31.596 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:47:31.596 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T09:47:31.662 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:47:31.662 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:47:31.663 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000223969 s, 2.3 MB/s 2024-01-16T09:47:31.663 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T09:47:31.722 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme4n1 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme4n1 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 186106 Links: 1 Device type: 103,4 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-01-16 09:46:27.923775210 +0000 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-01-16 09:44:53.668222111 +0000 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-01-16 09:44:53.668222111 +0000 2024-01-16T09:47:31.780 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-01-16T09:47:31.781 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T09:47:31.847 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-01-16T09:47:31.847 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-01-16T09:47:31.847 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000266122 s, 1.9 MB/s 2024-01-16T09:47:31.848 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T09:47:31.908 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:47:31.908 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:47:31.928 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:47:31.929 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme1n1 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme1n1 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 187053 Links: 1 Device type: 103,1 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:47:10.407362131 +0000 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:44:54.889220739 +0000 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:44:54.889220739 +0000 2024-01-16T09:47:31.991 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:47:31.992 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T09:47:32.061 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:47:32.061 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:47:32.061 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000293003 s, 1.7 MB/s 2024-01-16T09:47:32.061 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T09:47:32.122 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme2n1 2024-01-16T09:47:32.182 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme2n1 2024-01-16T09:47:32.182 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:32.182 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 185702 Links: 1 Device type: 103,2 2024-01-16T09:47:32.182 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:32.182 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:32.182 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:47:10.418361980 +0000 2024-01-16T09:47:32.183 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:44:55.036218728 +0000 2024-01-16T09:47:32.183 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:44:55.036218728 +0000 2024-01-16T09:47:32.183 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:47:32.183 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T09:47:32.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:30.986181+0000 mon.smithi143 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:30.986858+0000 mon.smithi143 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:32.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:30.987474+0000 mon.smithi143 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:47:32.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:30.988316+0000 mgr.smithi143.harokq (mgr.14180) 23 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-01-16T09:47:32.247 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:30.988539+0000 mgr.smithi143.harokq (mgr.14180) 24 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.010203+0000 mon.smithi143 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.021989+0000 mon.smithi143 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.024740+0000 mon.smithi143 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:31.027297+0000 mgr.smithi143.harokq (mgr.14180) 25 : cephadm [INF] Reconfiguring mon.smithi143 (unknown last config time)... 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.027517+0000 mon.smithi143 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.028160+0000 mon.smithi143 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.028718+0000 mon.smithi143 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:31.029238+0000 mgr.smithi143.harokq (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:31.086119+0000 mgr.smithi143.harokq (mgr.14180) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.909415+0000 mon.smithi143 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.910301+0000 mon.smithi143 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.harokq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.911102+0000 mon.smithi143 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:47:32.248 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:31.911765+0000 mon.smithi143 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:32.249 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:47:32.249 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:47:32.249 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000238741 s, 2.1 MB/s 2024-01-16T09:47:32.250 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T09:47:32.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:30.986181+0000 mon.smithi143 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:30.986858+0000 mon.smithi143 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:32.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:30.987474+0000 mon.smithi143 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:47:32.254 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:30.988316+0000 mgr.smithi143.harokq (mgr.14180) 23 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:30.988539+0000 mgr.smithi143.harokq (mgr.14180) 24 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.010203+0000 mon.smithi143 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.021989+0000 mon.smithi143 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.024740+0000 mon.smithi143 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:31.027297+0000 mgr.smithi143.harokq (mgr.14180) 25 : cephadm [INF] Reconfiguring mon.smithi143 (unknown last config time)... 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.027517+0000 mon.smithi143 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.028160+0000 mon.smithi143 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.028718+0000 mon.smithi143 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:31.029238+0000 mgr.smithi143.harokq (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:31.086119+0000 mgr.smithi143.harokq (mgr.14180) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.909415+0000 mon.smithi143 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.910301+0000 mon.smithi143 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.harokq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.911102+0000 mon.smithi143 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:47:32.255 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:31.911765+0000 mon.smithi143 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:32.309 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme3n1 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme3n1 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 191518 Links: 1 Device type: 103,3 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:47:10.428361843 +0000 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:44:55.181216744 +0000 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:44:55.181216744 +0000 2024-01-16T09:47:32.367 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:47:32.368 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T09:47:32.432 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:47:32.433 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:47:32.433 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000226036 s, 2.3 MB/s 2024-01-16T09:47:32.434 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T09:47:32.492 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme4n1 2024-01-16T09:47:32.551 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme4n1 2024-01-16T09:47:32.551 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:47:32.551 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 185805 Links: 1 Device type: 103,4 2024-01-16T09:47:32.551 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:47:32.552 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:47:32.552 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-16 09:47:10.438361705 +0000 2024-01-16T09:47:32.552 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-16 09:44:55.326214761 +0000 2024-01-16T09:47:32.552 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-16 09:44:55.326214761 +0000 2024-01-16T09:47:32.552 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-16T09:47:32.552 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T09:47:32.617 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-16T09:47:32.617 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-16T09:47:32.617 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000263583 s, 1.9 MB/s 2024-01-16T09:47:32.619 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T09:47:32.678 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-16T09:47:33.337 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:31.910048+0000 mgr.smithi143.harokq (mgr.14180) 28 : cephadm [INF] Reconfiguring mgr.smithi143.harokq (unknown last config time)... 2024-01-16T09:47:33.337 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:31.912331+0000 mgr.smithi143.harokq (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi143.harokq on smithi143 2024-01-16T09:47:33.338 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:32.806587+0000 mon.smithi143 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:33.345 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:31.910048+0000 mgr.smithi143.harokq (mgr.14180) 28 : cephadm [INF] Reconfiguring mgr.smithi143.harokq (unknown last config time)... 2024-01-16T09:47:33.345 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:31.912331+0000 mgr.smithi143.harokq (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi143.harokq on smithi143 2024-01-16T09:47:33.345 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:32.806587+0000 mon.smithi143 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:33.944 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled osd.all-available-devices update... 2024-01-16T09:47:34.299 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-16T09:47:34.299 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:35.114 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:32.807217+0000 mgr.smithi143.harokq (mgr.14180) 30 : cephadm [INF] Reconfiguring alertmanager.smithi143 (dependencies changed)... 2024-01-16T09:47:35.114 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:32.813237+0000 mgr.smithi143.harokq (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi143 on smithi143 2024-01-16T09:47:35.115 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:33.086483+0000 mgr.smithi143.harokq (mgr.14180) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:35.115 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:33.728818+0000 mon.smithi143 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:35.115 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:33.948819+0000 mon.smithi143 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:35.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:32.807217+0000 mgr.smithi143.harokq (mgr.14180) 30 : cephadm [INF] Reconfiguring alertmanager.smithi143 (dependencies changed)... 2024-01-16T09:47:35.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:32.813237+0000 mgr.smithi143.harokq (mgr.14180) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi143 on smithi143 2024-01-16T09:47:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:33.086483+0000 mgr.smithi143.harokq (mgr.14180) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:33.728818+0000 mon.smithi143 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:33.948819+0000 mon.smithi143 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:36.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:33.943518+0000 mgr.smithi143.harokq (mgr.14180) 33 : audit [DBG] from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:47:36.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:33.945030+0000 mgr.smithi143.harokq (mgr.14180) 34 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2024-01-16T09:47:36.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:33.945082+0000 mgr.smithi143.harokq (mgr.14180) 35 : cephadm [INF] Marking host: smithi204 for OSDSpec preview refresh. 2024-01-16T09:47:36.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:33.945345+0000 mgr.smithi143.harokq (mgr.14180) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T09:47:36.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:33.943518+0000 mgr.smithi143.harokq (mgr.14180) 33 : audit [DBG] from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:47:36.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:33.945030+0000 mgr.smithi143.harokq (mgr.14180) 34 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2024-01-16T09:47:36.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:33.945082+0000 mgr.smithi143.harokq (mgr.14180) 35 : cephadm [INF] Marking host: smithi204 for OSDSpec preview refresh. 2024-01-16T09:47:36.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:33.945345+0000 mgr.smithi143.harokq (mgr.14180) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T09:47:36.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:35.086732+0000 mgr.smithi143.harokq (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:37.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:35.086732+0000 mgr.smithi143.harokq (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:37.755 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:38.151 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:47:39.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:37.086984+0000 mgr.smithi143.harokq (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:39.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:37.758797+0000 mon.smithi143 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.143:0/3334099146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:39.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:37.954615+0000 mon.smithi143 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:39.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:37.955379+0000 mon.smithi143 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:47:39.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:37.955970+0000 mon.smithi143 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:39.152 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:37.086984+0000 mgr.smithi143.harokq (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:37.758797+0000 mon.smithi143 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.143:0/3334099146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:37.954615+0000 mon.smithi143 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:37.955379+0000 mon.smithi143 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:47:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:37.955970+0000 mon.smithi143 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:39.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:37.955169+0000 mgr.smithi143.harokq (mgr.14180) 39 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2024-01-16T09:47:39.825 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:37.956396+0000 mgr.smithi143.harokq (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2024-01-16T09:47:39.826 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:38.874488+0000 mon.smithi143 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:40.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:37.955169+0000 mgr.smithi143.harokq (mgr.14180) 39 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2024-01-16T09:47:40.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:37.956396+0000 mgr.smithi143.harokq (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2024-01-16T09:47:40.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:38.874488+0000 mon.smithi143 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:41.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:38.875088+0000 mgr.smithi143.harokq (mgr.14180) 41 : cephadm [INF] Reconfiguring grafana.smithi143 (dependencies changed)... 2024-01-16T09:47:41.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:38.905361+0000 mgr.smithi143.harokq (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi143 on smithi143 2024-01-16T09:47:41.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:39.087249+0000 mgr.smithi143.harokq (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:41.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:38.875088+0000 mgr.smithi143.harokq (mgr.14180) 41 : cephadm [INF] Reconfiguring grafana.smithi143 (dependencies changed)... 2024-01-16T09:47:41.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:38.905361+0000 mgr.smithi143.harokq (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon grafana.smithi143 on smithi143 2024-01-16T09:47:41.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:39.087249+0000 mgr.smithi143.harokq (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:41.316 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:41.804 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:47:42.039 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:41.319798+0000 mon.smithi143 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.143:0/3010846223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:42.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:41.319798+0000 mon.smithi143 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.143:0/3010846223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:42.805 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:41.087482+0000 mgr.smithi143.harokq (mgr.14180) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:42.222155+0000 mon.smithi143 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:43.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:41.087482+0000 mgr.smithi143.harokq (mgr.14180) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:43.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:42.222155+0000 mon.smithi143 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:44.048 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:42.222977+0000 mgr.smithi143.harokq (mgr.14180) 45 : cephadm [INF] Reconfiguring prometheus.smithi143 (dependencies changed)... 2024-01-16T09:47:44.049 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:42.226631+0000 mgr.smithi143.harokq (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi143 on smithi143 2024-01-16T09:47:44.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:42.222977+0000 mgr.smithi143.harokq (mgr.14180) 45 : cephadm [INF] Reconfiguring prometheus.smithi143 (dependencies changed)... 2024-01-16T09:47:44.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:42.226631+0000 mgr.smithi143.harokq (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi143 on smithi143 2024-01-16T09:47:44.720 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:44.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:43.087827+0000 mgr.smithi143.harokq (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:44.993 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:44.724228+0000 mon.smithi143 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.143:0/2373699703' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:45.141 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:47:45.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:43.087827+0000 mgr.smithi143.harokq (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:45.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:44.724228+0000 mon.smithi143 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.143:0/2373699703' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:46.142 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:45.088114+0000 mgr.smithi143.harokq (mgr.14180) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:45.881953+0000 mon.smithi143 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:45.882728+0000 mon.smithi143 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:47:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:45.883379+0000 mon.smithi143 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:47.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:45.088114+0000 mgr.smithi143.harokq (mgr.14180) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:47.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:45.881953+0000 mon.smithi143 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:47.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:45.882728+0000 mon.smithi143 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:47:47.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:45.883379+0000 mon.smithi143 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:47.494 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:45.882454+0000 mgr.smithi143.harokq (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi204 (monmap changed)... 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:45.883798+0000 mgr.smithi143.harokq (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi204 on smithi204 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:46.751479+0000 mon.smithi143 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:46.752028+0000 mgr.smithi143.harokq (mgr.14180) 51 : cephadm [INF] Reconfiguring mgr.smithi204.gleekz (monmap changed)... 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:46.752304+0000 mon.smithi143 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.gleekz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:46.755326+0000 mon.smithi143 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:46.755834+0000 mon.smithi143 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:47.776 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:46.756314+0000 mgr.smithi143.harokq (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon mgr.smithi204.gleekz on smithi204 2024-01-16T09:47:47.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:47.498433+0000 mon.smithi143 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.143:0/2501240498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:47.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:47.581287+0000 mon.smithi143 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:47.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:47.582027+0000 mon.smithi143 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:47:47.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:47.582646+0000 mon.smithi143 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:47:47.777 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:47.583155+0000 mon.smithi143 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:47.868 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:47:48.046 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:45.882454+0000 mgr.smithi143.harokq (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi204 (monmap changed)... 2024-01-16T09:47:48.046 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:45.883798+0000 mgr.smithi143.harokq (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi204 on smithi204 2024-01-16T09:47:48.046 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:46.751479+0000 mon.smithi143 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:48.046 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:46.752028+0000 mgr.smithi143.harokq (mgr.14180) 51 : cephadm [INF] Reconfiguring mgr.smithi204.gleekz (monmap changed)... 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:46.752304+0000 mon.smithi143 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.gleekz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:46.755326+0000 mon.smithi143 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:46.755834+0000 mon.smithi143 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:46.756314+0000 mgr.smithi143.harokq (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon mgr.smithi204.gleekz on smithi204 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:47.498433+0000 mon.smithi143 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.143:0/2501240498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:47.581287+0000 mon.smithi143 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:47.582027+0000 mon.smithi143 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:47.582646+0000 mon.smithi143 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:47:48.047 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:47.583155+0000 mon.smithi143 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:48.869 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:47.088400+0000 mgr.smithi143.harokq (mgr.14180) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:47.581798+0000 mgr.smithi143.harokq (mgr.14180) 54 : cephadm [INF] Reconfiguring mon.smithi204 (monmap changed)... 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:47:47.583606+0000 mgr.smithi143.harokq (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon mon.smithi204 on smithi204 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.467492+0000 mon.smithi143 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.470343+0000 mon.smithi143 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.472004+0000 mon.smithi143 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.476393+0000 mon.smithi143 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.481840+0000 mon.smithi143 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.486806+0000 mon.smithi143 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:47:49.023 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.491599+0000 mon.smithi143 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.024 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.497232+0000 mon.smithi143 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:47:49.024 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.501054+0000 mon.smithi143 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:47:49.024 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.505780+0000 mon.smithi143 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.024 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.510925+0000 mon.smithi143 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:47:49.051 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:47.088400+0000 mgr.smithi143.harokq (mgr.14180) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:49.051 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:47.581798+0000 mgr.smithi143.harokq (mgr.14180) 54 : cephadm [INF] Reconfiguring mon.smithi204 (monmap changed)... 2024-01-16T09:47:49.051 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:47:47.583606+0000 mgr.smithi143.harokq (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon mon.smithi204 on smithi204 2024-01-16T09:47:49.051 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.467492+0000 mon.smithi143 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.470343+0000 mon.smithi143 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.472004+0000 mon.smithi143 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.476393+0000 mon.smithi143 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.481840+0000 mon.smithi143 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.486806+0000 mon.smithi143 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.491599+0000 mon.smithi143 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.497232+0000 mon.smithi143 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.501054+0000 mon.smithi143 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.505780+0000 mon.smithi143 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:49.052 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.510925+0000 mon.smithi143 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.470844+0000 mgr.smithi143.harokq (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.472352+0000 mgr.smithi143.harokq (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.482244+0000 mgr.smithi143.harokq (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.487170+0000 mgr.smithi143.harokq (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.497644+0000 mgr.smithi143.harokq (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:48.501410+0000 mgr.smithi143.harokq (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:49.547478+0000 mon.smithi143 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:50.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:49.552530+0000 mon.smithi143 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:50.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.470844+0000 mgr.smithi143.harokq (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:47:50.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.472352+0000 mgr.smithi143.harokq (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-01-16T09:47:50.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.482244+0000 mgr.smithi143.harokq (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:47:50.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.487170+0000 mgr.smithi143.harokq (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi143.front.sepia.ceph.com:3000"}]: dispatch 2024-01-16T09:47:50.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.497644+0000 mgr.smithi143.harokq (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:47:50.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:48.501410+0000 mgr.smithi143.harokq (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2024-01-16T09:47:50.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:49.547478+0000 mon.smithi143 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:50.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:49.552530+0000 mon.smithi143 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:50.681 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:51.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:49.088633+0000 mgr.smithi143.harokq (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:51.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:50.685535+0000 mon.smithi143 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.143:0/109342757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:51.077 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:47:51.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:49.088633+0000 mgr.smithi143.harokq (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:51.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:50.685535+0000 mon.smithi143 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.143:0/109342757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:52.078 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:52.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:51.088849+0000 mgr.smithi143.harokq (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:52.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.536927+0000 mon.smithi143 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:52.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.541024+0000 mon.smithi143 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:52.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.541677+0000 mon.smithi143 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:52.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.542221+0000 mon.smithi143 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:47:52.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.547765+0000 mon.smithi143 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:52.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.551582+0000 mon.smithi143 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:47:52.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.554237+0000 mon.smithi143 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:47:52.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.555144+0000 mon.smithi143 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:47:52.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.555316+0000 mon.smithi143 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:52.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:51.555696+0000 mon.smithi143 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:52.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:51.088849+0000 mgr.smithi143.harokq (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.536927+0000 mon.smithi143 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.541024+0000 mon.smithi143 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.541677+0000 mon.smithi143 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.542221+0000 mon.smithi143 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.547765+0000 mon.smithi143 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.551582+0000 mon.smithi143 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.554237+0000 mon.smithi143 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.555144+0000 mon.smithi143 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.555316+0000 mon.smithi143 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:52.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:51.555696+0000 mon.smithi143 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:47:53.729 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:54.071 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:53.089099+0000 mgr.smithi143.harokq (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:54.071 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.553156+0000 mon.smithi204 (mon.1) 2 : audit [INF] from='client.? 172.21.15.204:0/2426138310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20b141b2-044b-4bfc-883c-cd102f47c942"}]: dispatch 2024-01-16T09:47:54.071 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.555220+0000 mon.smithi143 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20b141b2-044b-4bfc-883c-cd102f47c942"}]: dispatch 2024-01-16T09:47:54.071 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.559406+0000 mon.smithi143 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20b141b2-044b-4bfc-883c-cd102f47c942"}]': finished 2024-01-16T09:47:54.071 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:53.559508+0000 mon.smithi143 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T09:47:54.072 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.559597+0000 mon.smithi143 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:54.072 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.732539+0000 mon.smithi143 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.143:0/2826600750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:54.072 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.934490+0000 mon.smithi143 (mon.0) 268 : audit [INF] from='client.? 172.21.15.143:0/483315208' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bd28a5a-5266-4070-9b3d-59d0dbb824b7"}]: dispatch 2024-01-16T09:47:54.072 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.938508+0000 mon.smithi143 (mon.0) 269 : audit [INF] from='client.? 172.21.15.143:0/483315208' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bd28a5a-5266-4070-9b3d-59d0dbb824b7"}]': finished 2024-01-16T09:47:54.072 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:53.938550+0000 mon.smithi143 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T09:47:54.072 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.938648+0000 mon.smithi143 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:54.072 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:53.938932+0000 mon.smithi143 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:54.129 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705398473,"num_remapped_pgs":0} 2024-01-16T09:47:54.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:53.089099+0000 mgr.smithi143.harokq (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:54.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.553156+0000 mon.smithi204 (mon.1) 2 : audit [INF] from='client.? 172.21.15.204:0/2426138310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20b141b2-044b-4bfc-883c-cd102f47c942"}]: dispatch 2024-01-16T09:47:54.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.555220+0000 mon.smithi143 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20b141b2-044b-4bfc-883c-cd102f47c942"}]: dispatch 2024-01-16T09:47:54.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.559406+0000 mon.smithi143 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20b141b2-044b-4bfc-883c-cd102f47c942"}]': finished 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:53.559508+0000 mon.smithi143 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.559597+0000 mon.smithi143 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.732539+0000 mon.smithi143 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.143:0/2826600750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.934490+0000 mon.smithi143 (mon.0) 268 : audit [INF] from='client.? 172.21.15.143:0/483315208' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bd28a5a-5266-4070-9b3d-59d0dbb824b7"}]: dispatch 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.938508+0000 mon.smithi143 (mon.0) 269 : audit [INF] from='client.? 172.21.15.143:0/483315208' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bd28a5a-5266-4070-9b3d-59d0dbb824b7"}]': finished 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:53.938550+0000 mon.smithi143 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.938648+0000 mon.smithi143 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:54.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:53.938932+0000 mon.smithi143 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:55.131 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:55.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:54.785309+0000 mon.smithi204 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.204:0/667829039' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:47:55.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:54.785309+0000 mon.smithi204 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.204:0/667829039' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:47:56.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:55.089322+0000 mgr.smithi143.harokq (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:56.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:55.292718+0000 mon.smithi143 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.143:0/2830197511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:47:56.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:55.089322+0000 mgr.smithi143.harokq (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:56.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:55.292718+0000 mon.smithi143 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.143:0/2830197511' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:47:56.550 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:56.939 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705398473,"num_remapped_pgs":0} 2024-01-16T09:47:57.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:56.554539+0000 mon.smithi143 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.143:0/250928937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:57.392 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:56.554539+0000 mon.smithi143 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.143:0/250928937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:47:57.940 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:47:58.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:57.089673+0000 mgr.smithi143.harokq (mgr.14180) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:58.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.305542+0000 mon.smithi204 (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/101139910' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7452c285-f23e-4151-b279-7bfd8d70ca16"}]: dispatch 2024-01-16T09:47:58.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.306212+0000 mon.smithi143 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7452c285-f23e-4151-b279-7bfd8d70ca16"}]: dispatch 2024-01-16T09:47:58.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.309563+0000 mon.smithi143 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7452c285-f23e-4151-b279-7bfd8d70ca16"}]': finished 2024-01-16T09:47:58.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:57.309608+0000 mon.smithi143 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T09:47:58.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.309693+0000 mon.smithi143 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:58.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.309928+0000 mon.smithi143 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:58.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.310061+0000 mon.smithi143 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:58.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.817030+0000 mon.smithi143 (mon.0) 281 : audit [INF] from='client.? 172.21.15.143:0/1966130579' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e1ac012-6b5f-44b2-b9a8-c32f07685d6b"}]: dispatch 2024-01-16T09:47:58.358 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.820558+0000 mon.smithi143 (mon.0) 282 : audit [INF] from='client.? 172.21.15.143:0/1966130579' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e1ac012-6b5f-44b2-b9a8-c32f07685d6b"}]': finished 2024-01-16T09:47:58.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:57.820595+0000 mon.smithi143 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T09:47:58.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.820687+0000 mon.smithi143 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:58.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.820924+0000 mon.smithi143 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:58.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.821087+0000 mon.smithi143 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:58.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:57.821262+0000 mon.smithi143 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:58.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:57.089673+0000 mgr.smithi143.harokq (mgr.14180) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:47:58.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.305542+0000 mon.smithi204 (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/101139910' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7452c285-f23e-4151-b279-7bfd8d70ca16"}]: dispatch 2024-01-16T09:47:58.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.306212+0000 mon.smithi143 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7452c285-f23e-4151-b279-7bfd8d70ca16"}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.309563+0000 mon.smithi143 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7452c285-f23e-4151-b279-7bfd8d70ca16"}]': finished 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:57.309608+0000 mon.smithi143 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.309693+0000 mon.smithi143 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.309928+0000 mon.smithi143 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.310061+0000 mon.smithi143 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.817030+0000 mon.smithi143 (mon.0) 281 : audit [INF] from='client.? 172.21.15.143:0/1966130579' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e1ac012-6b5f-44b2-b9a8-c32f07685d6b"}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.820558+0000 mon.smithi143 (mon.0) 282 : audit [INF] from='client.? 172.21.15.143:0/1966130579' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e1ac012-6b5f-44b2-b9a8-c32f07685d6b"}]': finished 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:57.820595+0000 mon.smithi143 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.820687+0000 mon.smithi143 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.820924+0000 mon.smithi143 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.821087+0000 mon.smithi143 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:47:58.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:57.821262+0000 mon.smithi143 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:47:59.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:58.476353+0000 mon.smithi204 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/2701931349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:47:59.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:58.476353+0000 mon.smithi204 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/2701931349' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:47:59.459 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:47:59.801 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705398477,"num_remapped_pgs":0} 2024-01-16T09:48:00.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:47:59.089901+0000 mgr.smithi143.harokq (mgr.14180) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:00.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:59.272393+0000 mon.smithi143 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.143:0/1581190087' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:00.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:47:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:47:59.463314+0000 mon.smithi143 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.143:0/773396398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:00.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:47:59.089901+0000 mgr.smithi143.harokq (mgr.14180) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:00.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:59.272393+0000 mon.smithi143 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.143:0/1581190087' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:00.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:47:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:47:59.463314+0000 mon.smithi143 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.143:0/773396398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:00.802 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:01.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.009775+0000 mon.smithi204 (mon.1) 6 : audit [INF] from='client.? 172.21.15.204:0/3307203659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94c9e48-397a-405f-8a14-2bc9dd591b87"}]: dispatch 2024-01-16T09:48:01.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.010174+0000 mon.smithi143 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94c9e48-397a-405f-8a14-2bc9dd591b87"}]: dispatch 2024-01-16T09:48:01.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.013539+0000 mon.smithi143 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e94c9e48-397a-405f-8a14-2bc9dd591b87"}]': finished 2024-01-16T09:48:01.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:01.013605+0000 mon.smithi143 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T09:48:01.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.013716+0000 mon.smithi143 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:01.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.013944+0000 mon.smithi143 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:01.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.014093+0000 mon.smithi143 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:01.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.014242+0000 mon.smithi143 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:01.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.014384+0000 mon.smithi143 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.009775+0000 mon.smithi204 (mon.1) 6 : audit [INF] from='client.? 172.21.15.204:0/3307203659' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94c9e48-397a-405f-8a14-2bc9dd591b87"}]: dispatch 2024-01-16T09:48:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.010174+0000 mon.smithi143 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94c9e48-397a-405f-8a14-2bc9dd591b87"}]: dispatch 2024-01-16T09:48:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.013539+0000 mon.smithi143 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e94c9e48-397a-405f-8a14-2bc9dd591b87"}]': finished 2024-01-16T09:48:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:01.013605+0000 mon.smithi143 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T09:48:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.013716+0000 mon.smithi143 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:01.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.013944+0000 mon.smithi143 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:01.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.014093+0000 mon.smithi143 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:01.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.014242+0000 mon.smithi143 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:01.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.014384+0000 mon.smithi143 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:02.198 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:02.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:01.090224+0000 mgr.smithi143.harokq (mgr.14180) 68 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:02.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.800405+0000 mon.smithi143 (mon.0) 298 : audit [INF] from='client.? 172.21.15.143:0/1898202009' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5445b853-2301-49f0-b46d-825f32185b1a"}]: dispatch 2024-01-16T09:48:02.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.803929+0000 mon.smithi143 (mon.0) 299 : audit [INF] from='client.? 172.21.15.143:0/1898202009' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5445b853-2301-49f0-b46d-825f32185b1a"}]': finished 2024-01-16T09:48:02.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:01.803983+0000 mon.smithi143 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T09:48:02.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.804122+0000 mon.smithi143 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:02.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.804327+0000 mon.smithi143 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:02.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.804445+0000 mon.smithi143 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:02.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.804569+0000 mon.smithi143 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:02.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.804688+0000 mon.smithi143 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:02.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:01.805177+0000 mon.smithi143 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:01.090224+0000 mgr.smithi143.harokq (mgr.14180) 68 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.800405+0000 mon.smithi143 (mon.0) 298 : audit [INF] from='client.? 172.21.15.143:0/1898202009' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5445b853-2301-49f0-b46d-825f32185b1a"}]: dispatch 2024-01-16T09:48:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.803929+0000 mon.smithi143 (mon.0) 299 : audit [INF] from='client.? 172.21.15.143:0/1898202009' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5445b853-2301-49f0-b46d-825f32185b1a"}]': finished 2024-01-16T09:48:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:01.803983+0000 mon.smithi143 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T09:48:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.804122+0000 mon.smithi143 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:02.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.804327+0000 mon.smithi143 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:02.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.804445+0000 mon.smithi143 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:02.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.804569+0000 mon.smithi143 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:02.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.804688+0000 mon.smithi143 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:02.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:01.805177+0000 mon.smithi143 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:02.735 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705398481,"num_remapped_pgs":0} 2024-01-16T09:48:03.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:02.201022+0000 mon.smithi143 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.143:0/2430284846' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:03.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:02.201731+0000 mon.smithi204 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.204:0/39724431' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:03.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:02.201022+0000 mon.smithi143 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.143:0/2430284846' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:03.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:02.201731+0000 mon.smithi204 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.204:0/39724431' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:03.736 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:04.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:03.090460+0000 mgr.smithi143.harokq (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:04.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:03.256678+0000 mon.smithi143 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.143:0/1551369410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:04.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:03.090460+0000 mgr.smithi143.harokq (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:04.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:03.256678+0000 mon.smithi143 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.143:0/1551369410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:05.112 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:05.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.702528+0000 mon.smithi204 (mon.1) 8 : audit [INF] from='client.? 172.21.15.204:0/2871174345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31bf5d99-a986-4755-be05-fee89238ef84"}]: dispatch 2024-01-16T09:48:05.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.702904+0000 mon.smithi143 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31bf5d99-a986-4755-be05-fee89238ef84"}]: dispatch 2024-01-16T09:48:05.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.706595+0000 mon.smithi143 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31bf5d99-a986-4755-be05-fee89238ef84"}]': finished 2024-01-16T09:48:05.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:04.706646+0000 mon.smithi143 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T09:48:05.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.706749+0000 mon.smithi143 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:05.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.707091+0000 mon.smithi143 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:05.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.707333+0000 mon.smithi143 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:05.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.707534+0000 mon.smithi143 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:05.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.707734+0000 mon.smithi143 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:05.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.707933+0000 mon.smithi143 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:05.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:04.708131+0000 mon.smithi143 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:05.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.702528+0000 mon.smithi204 (mon.1) 8 : audit [INF] from='client.? 172.21.15.204:0/2871174345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31bf5d99-a986-4755-be05-fee89238ef84"}]: dispatch 2024-01-16T09:48:05.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.702904+0000 mon.smithi143 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "31bf5d99-a986-4755-be05-fee89238ef84"}]: dispatch 2024-01-16T09:48:05.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.706595+0000 mon.smithi143 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "31bf5d99-a986-4755-be05-fee89238ef84"}]': finished 2024-01-16T09:48:05.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:04.706646+0000 mon.smithi143 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T09:48:05.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.706749+0000 mon.smithi143 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:05.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.707091+0000 mon.smithi143 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:05.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.707333+0000 mon.smithi143 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:05.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.707534+0000 mon.smithi143 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:05.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.707734+0000 mon.smithi143 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:05.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.707933+0000 mon.smithi143 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:05.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:04.708131+0000 mon.smithi143 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:05.434 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1705398484,"num_remapped_pgs":0} 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:05.090691+0000 mgr.smithi143.harokq (mgr.14180) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.116231+0000 mon.smithi143 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.143:0/588660576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.785253+0000 mon.smithi143 (mon.0) 320 : audit [INF] from='client.? 172.21.15.143:0/3052871662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b6a648b-38ae-4d7a-882d-09174a0749c0"}]: dispatch 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.788832+0000 mon.smithi143 (mon.0) 321 : audit [INF] from='client.? 172.21.15.143:0/3052871662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b6a648b-38ae-4d7a-882d-09174a0749c0"}]': finished 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:05.788879+0000 mon.smithi143 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.788986+0000 mon.smithi143 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.789285+0000 mon.smithi143 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.789459+0000 mon.smithi143 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.789624+0000 mon.smithi143 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.789785+0000 mon.smithi143 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:06.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.789948+0000 mon.smithi143 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:06.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.790108+0000 mon.smithi143 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:06.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.790277+0000 mon.smithi143 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:06.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:05.950870+0000 mon.smithi204 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.204:0/1036373249' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:06.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:05.090691+0000 mgr.smithi143.harokq (mgr.14180) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:06.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.116231+0000 mon.smithi143 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.143:0/588660576' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:06.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.785253+0000 mon.smithi143 (mon.0) 320 : audit [INF] from='client.? 172.21.15.143:0/3052871662' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4b6a648b-38ae-4d7a-882d-09174a0749c0"}]: dispatch 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.788832+0000 mon.smithi143 (mon.0) 321 : audit [INF] from='client.? 172.21.15.143:0/3052871662' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4b6a648b-38ae-4d7a-882d-09174a0749c0"}]': finished 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:05.788879+0000 mon.smithi143 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.788986+0000 mon.smithi143 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.789285+0000 mon.smithi143 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.789459+0000 mon.smithi143 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.789624+0000 mon.smithi143 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.789785+0000 mon.smithi143 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.789948+0000 mon.smithi143 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:06.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.790108+0000 mon.smithi143 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:06.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.790277+0000 mon.smithi143 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:06.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:05.950870+0000 mon.smithi204 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.204:0/1036373249' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:06.435 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:07.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:07.088344+0000 mon.smithi143 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.143:0/4223060797' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:07.440 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:07.088344+0000 mon.smithi143 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.143:0/4223060797' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:48:07.809 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:08.182 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:08.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:07.090885+0000 mgr.smithi143.harokq (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:08.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:07.814354+0000 mon.smithi143 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.143:0/2299664949' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:08.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:07.090885+0000 mgr.smithi143.harokq (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:08.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:07.814354+0000 mon.smithi143 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.143:0/2299664949' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:09.183 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:10.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:09.091238+0000 mgr.smithi143.harokq (mgr.14180) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:10.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:09.091238+0000 mgr.smithi143.harokq (mgr.14180) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:11.328 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:11.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:10.249559+0000 mon.smithi143 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T09:48:11.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:10.250101+0000 mon.smithi143 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:11.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:10.250559+0000 mgr.smithi143.harokq (mgr.14180) 73 : cephadm [INF] Deploying daemon osd.0 on smithi204 2024-01-16T09:48:11.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:10.249559+0000 mon.smithi143 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T09:48:11.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:10.250101+0000 mon.smithi143 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:11.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:10.250559+0000 mgr.smithi143.harokq (mgr.14180) 73 : cephadm [INF] Deploying daemon osd.0 on smithi204 2024-01-16T09:48:11.751 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:12.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:11.091505+0000 mgr.smithi143.harokq (mgr.14180) 74 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:12.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:11.330547+0000 mon.smithi143 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.143:0/286212638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:12.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:11.987612+0000 mon.smithi143 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T09:48:12.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:11.988198+0000 mon.smithi143 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:12.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:11.091505+0000 mgr.smithi143.harokq (mgr.14180) 74 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:12.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:11.330547+0000 mon.smithi143 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.143:0/286212638' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:12.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:11.987612+0000 mon.smithi143 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T09:48:12.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:11.988198+0000 mon.smithi143 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:12.753 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:13.349 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:11.988656+0000 mgr.smithi143.harokq (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.1 on smithi143 2024-01-16T09:48:13.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:11.988656+0000 mgr.smithi143.harokq (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.1 on smithi143 2024-01-16T09:48:14.479 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:14.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:13.091820+0000 mgr.smithi143.harokq (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:14.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:13.622774+0000 mon.smithi143 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:14.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:13.623345+0000 mon.smithi143 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T09:48:14.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:13.623867+0000 mon.smithi143 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:14.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:13.624313+0000 mgr.smithi143.harokq (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-01-16T09:48:14.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:14.482967+0000 mon.smithi143 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.143:0/783209138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:14.822 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:14.875 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:13.091820+0000 mgr.smithi143.harokq (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:14.875 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:13.622774+0000 mon.smithi143 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:14.876 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:13.623345+0000 mon.smithi143 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T09:48:14.876 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:13.623867+0000 mon.smithi143 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:14.876 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:13.624313+0000 mgr.smithi143.harokq (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-01-16T09:48:14.876 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:14.482967+0000 mon.smithi143 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.143:0/783209138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:15.823 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:16.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:15.092052+0000 mgr.smithi143.harokq (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:16.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:15.879782+0000 mon.smithi143 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:16.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:15.880498+0000 mon.smithi143 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T09:48:16.725 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:15.881084+0000 mon.smithi143 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:16.880 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:15.092052+0000 mgr.smithi143.harokq (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:16.881 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:15.879782+0000 mon.smithi143 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:16.881 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:15.880498+0000 mon.smithi143 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T09:48:16.881 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:15.881084+0000 mon.smithi143 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:17.633 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:17.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:15.881588+0000 mgr.smithi143.harokq (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.3 on smithi143 2024-01-16T09:48:17.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:16.835468+0000 mon.smithi204 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/1858914486,v1:172.21.15.204:6801/1858914486]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:48:17.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:16.835811+0000 mon.smithi143 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:48:17.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:16.969749+0000 mon.smithi143 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:17.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:16.970871+0000 mon.smithi143 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T09:48:17.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:16.971542+0000 mon.smithi143 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:17.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:15.881588+0000 mgr.smithi143.harokq (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.3 on smithi143 2024-01-16T09:48:17.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:16.835468+0000 mon.smithi204 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/1858914486,v1:172.21.15.204:6801/1858914486]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:48:17.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:16.835811+0000 mon.smithi143 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:48:17.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:16.969749+0000 mon.smithi143 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:17.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:16.970871+0000 mon.smithi143 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T09:48:17.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:16.971542+0000 mon.smithi143 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:18.268 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:18.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:16.972041+0000 mgr.smithi143.harokq (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-01-16T09:48:18.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:17.092328+0000 mgr.smithi143.harokq (mgr.14180) 81 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:18.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.631324+0000 mon.smithi143 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T09:48:18.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:17.631375+0000 mon.smithi143 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T09:48:18.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.632170+0000 mon.smithi204 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/1858914486,v1:172.21.15.204:6801/1858914486]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:18.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.632507+0000 mon.smithi143 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:18.754 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.632774+0000 mon.smithi143 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.632995+0000 mon.smithi143 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.633189+0000 mon.smithi143 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.633338+0000 mon.smithi143 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.633486+0000 mon.smithi143 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.633643+0000 mon.smithi143 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.633786+0000 mon.smithi143 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.633942+0000 mon.smithi143 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:17.637965+0000 mon.smithi143 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.143:0/7811674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.633473+0000 mon.smithi143 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:18.633523+0000 mon.smithi143 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.633656+0000 mon.smithi143 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.633979+0000 mon.smithi143 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.634180+0000 mon.smithi143 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.634374+0000 mon.smithi143 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:18.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.634562+0000 mon.smithi143 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:18.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.634795+0000 mon.smithi143 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:18.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.634992+0000 mon.smithi143 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:18.856 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:16.972041+0000 mgr.smithi143.harokq (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-01-16T09:48:18.856 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:17.092328+0000 mgr.smithi143.harokq (mgr.14180) 81 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:18.856 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.631324+0000 mon.smithi143 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T09:48:18.856 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:17.631375+0000 mon.smithi143 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T09:48:18.857 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.632170+0000 mon.smithi204 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/1858914486,v1:172.21.15.204:6801/1858914486]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:18.857 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.632507+0000 mon.smithi143 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:18.857 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.632774+0000 mon.smithi143 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:18.857 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.632995+0000 mon.smithi143 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:18.857 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.633189+0000 mon.smithi143 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:18.857 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.633338+0000 mon.smithi143 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:18.857 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.633486+0000 mon.smithi143 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:18.858 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.633643+0000 mon.smithi143 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:18.858 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.633786+0000 mon.smithi143 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:18.858 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.633942+0000 mon.smithi143 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:18.858 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:17.637965+0000 mon.smithi143 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.143:0/7811674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:18.858 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.633473+0000 mon.smithi143 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:18.858 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:18.633523+0000 mon.smithi143 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T09:48:18.859 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.633656+0000 mon.smithi143 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:18.859 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.633979+0000 mon.smithi143 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:18.859 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.634180+0000 mon.smithi143 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:18.859 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.634374+0000 mon.smithi143 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:18.859 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.634562+0000 mon.smithi143 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:18.859 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.634795+0000 mon.smithi143 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:18.860 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.634992+0000 mon.smithi143 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:19.269 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:19.881 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.635191+0000 mon.smithi143 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:19.881 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:18.641060+0000 mon.smithi143 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:19.881 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.091937+0000 mon.smithi143 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T09:48:19.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.635191+0000 mon.smithi143 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:19.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:18.641060+0000 mon.smithi143 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:19.953 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.091937+0000 mon.smithi143 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T09:48:20.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:17.861990+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:20.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:17.862114+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:20.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:19.092554+0000 mgr.smithi143.harokq (mgr.14180) 82 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:20.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.637719+0000 mon.smithi143 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:20.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:19.639874+0000 mon.smithi143 (mon.0) 374 : cluster [INF] osd.0 [v2:172.21.15.204:6800/1858914486,v1:172.21.15.204:6801/1858914486] boot 2024-01-16T09:48:20.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.639932+0000 mon.smithi143 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:19.639986+0000 mon.smithi143 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.640401+0000 mon.smithi143 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.640583+0000 mon.smithi143 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.640770+0000 mon.smithi143 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.640895+0000 mon.smithi143 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.641047+0000 mon.smithi143 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.641184+0000 mon.smithi143 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.643789+0000 mon.smithi143 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.643928+0000 mon.smithi143 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:19.644061+0000 mon.smithi143 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.200357+0000 mon.smithi204 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3534195669,v1:172.21.15.204:6809/3534195669]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.200655+0000 mon.smithi143 (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.352502+0000 mon.smithi143 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.353246+0000 mon.smithi143 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T09:48:20.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.353936+0000 mon.smithi143 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:20.919 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:20.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:17.861990+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:20.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:17.862114+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:20.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:19.092554+0000 mgr.smithi143.harokq (mgr.14180) 82 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:48:20.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.637719+0000 mon.smithi143 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:20.943 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:19.639874+0000 mon.smithi143 (mon.0) 374 : cluster [INF] osd.0 [v2:172.21.15.204:6800/1858914486,v1:172.21.15.204:6801/1858914486] boot 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.639932+0000 mon.smithi143 (mon.0) 375 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:19.639986+0000 mon.smithi143 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.640401+0000 mon.smithi143 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.640583+0000 mon.smithi143 (mon.0) 378 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.640770+0000 mon.smithi143 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.640895+0000 mon.smithi143 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.641047+0000 mon.smithi143 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.641184+0000 mon.smithi143 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.643789+0000 mon.smithi143 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.643928+0000 mon.smithi143 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:19.644061+0000 mon.smithi143 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.200357+0000 mon.smithi204 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3534195669,v1:172.21.15.204:6809/3534195669]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.200655+0000 mon.smithi143 (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.352502+0000 mon.smithi143 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:20.944 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.353246+0000 mon.smithi143 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T09:48:20.945 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.353936+0000 mon.smithi143 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:21.322 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705398499,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:21.769 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:20.354494+0000 mgr.smithi143.harokq (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.6 on smithi204 2024-01-16T09:48:21.769 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.645304+0000 mon.smithi143 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.645354+0000 mon.smithi143 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:20.645392+0000 mon.smithi143 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.645832+0000 mon.smithi143 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.645915+0000 mon.smithi204 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3534195669,v1:172.21.15.204:6809/3534195669]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.646060+0000 mon.smithi143 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.646544+0000 mon.smithi143 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.646749+0000 mon.smithi143 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.646946+0000 mon.smithi143 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.647093+0000 mon.smithi143 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.647257+0000 mon.smithi143 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:21.770 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.647406+0000 mon.smithi143 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:21.771 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.652734+0000 mon.smithi143 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:21.771 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.802400+0000 mon.smithi143 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:21.771 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.803081+0000 mon.smithi143 (mon.0) 403 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T09:48:21.771 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.803666+0000 mon.smithi143 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:21.771 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:20.922468+0000 mon.smithi143 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.143:0/721848007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:21.771 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.644813+0000 mon.smithi143 (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:21.771 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:21.644873+0000 mon.smithi143 (mon.0) 407 : cluster [INF] osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155] boot 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:21.644893+0000 mon.smithi143 (mon.0) 408 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.645157+0000 mon.smithi143 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.645406+0000 mon.smithi143 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.645587+0000 mon.smithi143 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.645761+0000 mon.smithi143 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.645925+0000 mon.smithi143 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.646093+0000 mon.smithi143 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.646300+0000 mon.smithi143 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:21.772 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:21.648061+0000 mon.smithi143 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:20.354494+0000 mgr.smithi143.harokq (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.6 on smithi204 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.645304+0000 mon.smithi143 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.645354+0000 mon.smithi143 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:20.645392+0000 mon.smithi143 (mon.0) 392 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.645832+0000 mon.smithi143 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.645915+0000 mon.smithi204 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3534195669,v1:172.21.15.204:6809/3534195669]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.646060+0000 mon.smithi143 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.646544+0000 mon.smithi143 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.646749+0000 mon.smithi143 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:21.996 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.646946+0000 mon.smithi143 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.647093+0000 mon.smithi143 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.647257+0000 mon.smithi143 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.647406+0000 mon.smithi143 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.652734+0000 mon.smithi143 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.802400+0000 mon.smithi143 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.803081+0000 mon.smithi143 (mon.0) 403 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.803666+0000 mon.smithi143 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:20.922468+0000 mon.smithi143 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.143:0/721848007' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.644813+0000 mon.smithi143 (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:21.644873+0000 mon.smithi143 (mon.0) 407 : cluster [INF] osd.1 [v2:172.21.15.143:6802/1608088155,v1:172.21.15.143:6803/1608088155] boot 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:21.644893+0000 mon.smithi143 (mon.0) 408 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.645157+0000 mon.smithi143 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.645406+0000 mon.smithi143 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.645587+0000 mon.smithi143 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:21.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.645761+0000 mon.smithi143 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:21.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.645925+0000 mon.smithi143 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:21.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.646093+0000 mon.smithi143 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:21.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.646300+0000 mon.smithi143 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:21.998 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:21.648061+0000 mon.smithi143 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:22.323 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:22.986 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:20.055560+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:20.055604+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:20.804138+0000 mgr.smithi143.harokq (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.5 on smithi143 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:21.092793+0000 mgr.smithi143.harokq (mgr.14180) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.648418+0000 mon.smithi143 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:22.653967+0000 mon.smithi143 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.204:6808/3534195669,v1:172.21.15.204:6809/3534195669] boot 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:22.653993+0000 mon.smithi143 (mon.0) 419 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.654092+0000 mon.smithi143 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.654392+0000 mon.smithi143 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.654563+0000 mon.smithi143 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.654724+0000 mon.smithi143 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.654890+0000 mon.smithi143 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:22.987 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.655052+0000 mon.smithi143 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:20.055560+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:20.055604+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:20.804138+0000 mgr.smithi143.harokq (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.5 on smithi143 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:21.092793+0000 mgr.smithi143.harokq (mgr.14180) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.648418+0000 mon.smithi143 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:22.653967+0000 mon.smithi143 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.204:6808/3534195669,v1:172.21.15.204:6809/3534195669] boot 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:22.653993+0000 mon.smithi143 (mon.0) 419 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-16T09:48:23.217 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.654092+0000 mon.smithi143 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:48:23.218 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.654392+0000 mon.smithi143 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:23.218 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.654563+0000 mon.smithi143 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:23.218 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.654724+0000 mon.smithi143 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:23.218 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.654890+0000 mon.smithi143 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:23.218 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.655052+0000 mon.smithi143 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:21.168873+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:21.168922+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:22.655265+0000 mon.smithi143 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:23.093100+0000 mgr.smithi143.harokq (mgr.14180) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.619471+0000 mon.smithi143 (mon.0) 427 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.655763+0000 mon.smithi143 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.655814+0000 mon.smithi143 (mon.0) 429 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:23.655853+0000 mon.smithi143 (mon.0) 430 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.655994+0000 mon.smithi143 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:24.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.656338+0000 mon.smithi143 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.656522+0000 mon.smithi143 (mon.0) 433 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.656825+0000 mon.smithi143 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.657069+0000 mon.smithi143 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.657245+0000 mon.smithi143 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:24.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.657870+0000 mon.smithi143 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:21.168873+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:21.168922+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:22.655265+0000 mon.smithi143 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:23.093100+0000 mgr.smithi143.harokq (mgr.14180) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.619471+0000 mon.smithi143 (mon.0) 427 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.655763+0000 mon.smithi143 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.655814+0000 mon.smithi143 (mon.0) 429 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:23.655853+0000 mon.smithi143 (mon.0) 430 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-16T09:48:24.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.655994+0000 mon.smithi143 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:24.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.656338+0000 mon.smithi143 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:24.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.656522+0000 mon.smithi143 (mon.0) 433 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:24.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.656825+0000 mon.smithi143 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:24.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.657069+0000 mon.smithi143 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:24.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.657245+0000 mon.smithi143 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:24.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.657870+0000 mon.smithi143 (mon.0) 437 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T09:48:24.305 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:24.680 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1705398502,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:23.930371+0000 mon.smithi143 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.016259+0000 mon.smithi143 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.309417+0000 mon.smithi143 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.143:0/392929051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.658193+0000 mon.smithi143 (mon.0) 441 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.658270+0000 mon.smithi143 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.658309+0000 mon.smithi143 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:24.658358+0000 mon.smithi143 (mon.0) 444 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.658493+0000 mon.smithi143 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:25.212 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.658824+0000 mon.smithi143 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:25.213 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.659381+0000 mon.smithi143 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:25.213 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.659570+0000 mon.smithi143 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:25.213 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.659740+0000 mon.smithi143 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:25.213 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.659887+0000 mon.smithi143 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:25.213 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:24.661842+0000 mon.smithi143 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:25.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:23.930371+0000 mon.smithi143 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:25.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.016259+0000 mon.smithi143 (mon.0) 439 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:48:25.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.309417+0000 mon.smithi143 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.143:0/392929051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:25.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.658193+0000 mon.smithi143 (mon.0) 441 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:25.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.658270+0000 mon.smithi143 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T09:48:25.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.658309+0000 mon.smithi143 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:24.658358+0000 mon.smithi143 (mon.0) 444 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.658493+0000 mon.smithi143 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.658824+0000 mon.smithi143 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.659381+0000 mon.smithi143 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.659570+0000 mon.smithi143 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.659740+0000 mon.smithi143 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.659887+0000 mon.smithi143 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:25.406 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:24.661842+0000 mon.smithi143 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:25.681 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:26.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:25.093531+0000 mgr.smithi143.harokq (mgr.14180) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:48:26.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.372719+0000 mon.smithi143 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:26.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.373538+0000 mon.smithi143 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T09:48:26.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.374094+0000 mon.smithi143 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:26.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:25.374534+0000 mgr.smithi143.harokq (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.7 on smithi143 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.658702+0000 mon.smithi143 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:25.658753+0000 mon.smithi143 (mon.0) 456 : cluster [INF] osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324] boot 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:25.658773+0000 mon.smithi143 (mon.0) 457 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.659159+0000 mon.smithi143 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.659659+0000 mon.smithi143 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.659900+0000 mon.smithi143 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.660045+0000 mon.smithi143 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.660182+0000 mon.smithi143 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:25.662191+0000 mon.smithi143 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:26.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:26.170211+0000 mon.smithi143 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:25.093531+0000 mgr.smithi143.harokq (mgr.14180) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:48:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.372719+0000 mon.smithi143 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.373538+0000 mon.smithi143 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T09:48:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.374094+0000 mon.smithi143 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:25.374534+0000 mgr.smithi143.harokq (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.7 on smithi143 2024-01-16T09:48:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.658702+0000 mon.smithi143 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:25.658753+0000 mon.smithi143 (mon.0) 456 : cluster [INF] osd.4 [v2:172.21.15.204:6816/2532775324,v1:172.21.15.204:6817/2532775324] boot 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:25.658773+0000 mon.smithi143 (mon.0) 457 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.659159+0000 mon.smithi143 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.659659+0000 mon.smithi143 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.659900+0000 mon.smithi143 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.660045+0000 mon.smithi143 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.660182+0000 mon.smithi143 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:25.662191+0000 mon.smithi143 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:26.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:26.170211+0000 mon.smithi143 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:24.669204+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:24.669253+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:25.056727+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:25.056779+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:26.659524+0000 mon.smithi143 (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123] boot 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:26.659555+0000 mon.smithi143 (mon.0) 466 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:26.659793+0000 mon.smithi143 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:27.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:26.660004+0000 mon.smithi143 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:27.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:26.660212+0000 mon.smithi143 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:27.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:26.660387+0000 mon.smithi143 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:27.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.118719+0000 mon.smithi204 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/3425247570,v1:172.21.15.204:6825/3425247570]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:48:27.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.119071+0000 mon.smithi143 (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:24.669204+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:24.669253+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:25.056727+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:25.056779+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:26.659524+0000 mon.smithi143 (mon.0) 465 : cluster [INF] osd.3 [v2:172.21.15.143:6810/2856564123,v1:172.21.15.143:6811/2856564123] boot 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:26.659555+0000 mon.smithi143 (mon.0) 466 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:26.659793+0000 mon.smithi143 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:48:27.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:26.660004+0000 mon.smithi143 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:27.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:26.660212+0000 mon.smithi143 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:27.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:26.660387+0000 mon.smithi143 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:27.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.118719+0000 mon.smithi204 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/3425247570,v1:172.21.15.204:6825/3425247570]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:48:27.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.119071+0000 mon.smithi143 (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:48:28.008 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:28.481 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1705398506,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:27.093855+0000 mgr.smithi143.harokq (mgr.14180) 89 : cluster [DBG] pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.663086+0000 mon.smithi143 (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:27.663162+0000 mon.smithi143 (mon.0) 473 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.663342+0000 mon.smithi143 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.663670+0000 mon.smithi143 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.663937+0000 mon.smithi143 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.664339+0000 mon.smithi204 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/3425247570,v1:172.21.15.204:6825/3425247570]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:27.664674+0000 mon.smithi143 (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.010975+0000 mon.smithi143 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.143:0/3908481015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:28.857 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.525115+0000 mon.smithi143 (mon.0) 479 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:27.093855+0000 mgr.smithi143.harokq (mgr.14180) 89 : cluster [DBG] pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.663086+0000 mon.smithi143 (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:27.663162+0000 mon.smithi143 (mon.0) 473 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.663342+0000 mon.smithi143 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.663670+0000 mon.smithi143 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.663937+0000 mon.smithi143 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.664339+0000 mon.smithi204 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/3425247570,v1:172.21.15.204:6825/3425247570]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:29.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:27.664674+0000 mon.smithi143 (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-16T09:48:29.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.010975+0000 mon.smithi143 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.143:0/3908481015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:29.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.525115+0000 mon.smithi143 (mon.0) 479 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T09:48:29.482 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:29.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.664903+0000 mon.smithi143 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:29.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.664984+0000 mon.smithi143 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:28.665024+0000 mon.smithi143 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.665452+0000 mon.smithi143 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.665781+0000 mon.smithi143 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.665985+0000 mon.smithi143 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.666284+0000 mon.smithi143 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:28.669497+0000 mon.smithi143 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:29.618477+0000 mon.smithi143 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:29.666964+0000 mon.smithi143 (mon.0) 489 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:29.667040+0000 mon.smithi143 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.204:6824/3425247570,v1:172.21.15.204:6825/3425247570] boot 2024-01-16T09:48:29.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.664903+0000 mon.smithi143 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-16T09:48:29.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.664984+0000 mon.smithi143 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:28.665024+0000 mon.smithi143 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.665452+0000 mon.smithi143 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.665781+0000 mon.smithi143 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.665985+0000 mon.smithi143 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.666284+0000 mon.smithi143 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:28.669497+0000 mon.smithi143 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:29.618477+0000 mon.smithi143 (mon.0) 488 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:29.666964+0000 mon.smithi143 (mon.0) 489 : audit [INF] from='osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:29.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:29.667040+0000 mon.smithi143 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.204:6824/3425247570,v1:172.21.15.204:6825/3425247570] boot 2024-01-16T09:48:30.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:28.071521+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:30.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:28.071572+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:30.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:29.094259+0000 mgr.smithi143.harokq (mgr.14180) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:48:30.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:29.667075+0000 mon.smithi143 (mon.0) 491 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-16T09:48:30.819 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:29.667230+0000 mon.smithi143 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:30.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:29.668131+0000 mon.smithi143 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:30.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:29.670943+0000 mon.smithi143 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:30.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:29.674348+0000 mon.smithi143 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:30.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:30.671093+0000 mon.smithi143 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:28.071521+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:28.071572+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:29.094259+0000 mgr.smithi143.harokq (mgr.14180) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:29.667075+0000 mon.smithi143 (mon.0) 491 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:29.667230+0000 mon.smithi143 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:29.668131+0000 mon.smithi143 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:29.670943+0000 mon.smithi143 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:29.674348+0000 mon.smithi143 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:31.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:30.671093+0000 mon.smithi143 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:31.284 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:31.670 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1705398510,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:31.767 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:29.550659+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:31.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:29.550730+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:31.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:30.675560+0000 mon.smithi143 (mon.0) 497 : cluster [INF] osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118] boot 2024-01-16T09:48:31.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:30.675592+0000 mon.smithi143 (mon.0) 498 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-16T09:48:31.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:30.675974+0000 mon.smithi143 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:31.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:30.676159+0000 mon.smithi143 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:31.768 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:31.288063+0000 mon.smithi143 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.143:0/1778730567' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:32.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:29.550659+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:32.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:29.550730+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:32.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:30.675560+0000 mon.smithi143 (mon.0) 497 : cluster [INF] osd.5 [v2:172.21.15.143:6818/649760118,v1:172.21.15.143:6819/649760118] boot 2024-01-16T09:48:32.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:30.675592+0000 mon.smithi143 (mon.0) 498 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-16T09:48:32.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:30.675974+0000 mon.smithi143 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:48:32.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:30.676159+0000 mon.smithi143 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:32.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:31.288063+0000 mon.smithi143 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.143:0/1778730567' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:32.671 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:32.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:31.094570+0000 mgr.smithi143.harokq (mgr.14180) 91 : cluster [DBG] pgmap v64: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:48:32.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:31.685312+0000 mon.smithi143 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-16T09:48:32.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:31.685457+0000 mon.smithi143 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:32.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:32.128969+0000 mon.smithi143 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:32.997 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:32.130683+0000 mon.smithi143 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:48:33.079 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:31.094570+0000 mgr.smithi143.harokq (mgr.14180) 91 : cluster [DBG] pgmap v64: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:48:33.080 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:31.685312+0000 mon.smithi143 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-16T09:48:33.080 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:31.685457+0000 mon.smithi143 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:33.080 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:32.128969+0000 mon.smithi143 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:33.080 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:32.130683+0000 mon.smithi143 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:48:33.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:32.844922+0000 mon.smithi204 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/3205654087,v1:172.21.15.143:6827/3205654087]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:48:33.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:32.845250+0000 mon.smithi143 (mon.0) 506 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:48:33.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:33.366668+0000 mon.smithi143 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:34.028 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:32.844922+0000 mon.smithi204 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/3205654087,v1:172.21.15.143:6827/3205654087]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:48:34.028 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:32.845250+0000 mon.smithi143 (mon.0) 506 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:48:34.028 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:33.366668+0000 mon.smithi143 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:34.239 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:34.728 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1705398510,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:34.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:33.095012+0000 mgr.smithi143.harokq (mgr.14180) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:48:34.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:33.689937+0000 mon.smithi143 (mon.0) 508 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T09:48:34.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:33.689986+0000 mon.smithi143 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-16T09:48:34.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:33.690089+0000 mon.smithi143 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:34.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:33.691269+0000 mon.smithi204 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/3205654087,v1:172.21.15.143:6827/3205654087]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:34.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:33.691522+0000 mon.smithi143 (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:34.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:34.243965+0000 mon.smithi143 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.143:0/825039374' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:35.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:33.095012+0000 mgr.smithi143.harokq (mgr.14180) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:48:35.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:33.689937+0000 mon.smithi143 (mon.0) 508 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T09:48:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:33.689986+0000 mon.smithi143 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-16T09:48:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:33.690089+0000 mon.smithi143 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:33.691269+0000 mon.smithi204 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.143:6826/3205654087,v1:172.21.15.143:6827/3205654087]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:33.691522+0000 mon.smithi143 (mon.0) 511 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-01-16T09:48:35.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:34.243965+0000 mon.smithi143 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.143:0/825039374' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:35.729 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:48:35.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:34.691717+0000 mon.smithi143 (mon.0) 513 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:35.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:34.691770+0000 mon.smithi143 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-16T09:48:35.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:34.692140+0000 mon.smithi143 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:35.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:34.695516+0000 mon.smithi143 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:35.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:35.599886+0000 mon.smithi143 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:35.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:34.691717+0000 mon.smithi143 (mon.0) 513 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-01-16T09:48:35.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:34.691770+0000 mon.smithi143 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-16T09:48:35.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:34.692140+0000 mon.smithi143 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:35.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:34.695516+0000 mon.smithi143 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:35.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:35.599886+0000 mon.smithi143 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:36.826 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:33.806823+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:36.826 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:33.806871+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:35.095533+0000 mgr.smithi143.harokq (mgr.14180) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:35.696692+0000 mon.smithi143 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.143:6826/3205654087,v1:172.21.15.143:6827/3205654087] boot 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:35.696738+0000 mon.smithi143 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:35.697062+0000 mon.smithi143 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:35.858095+0000 mon.smithi143 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:36.140168+0000 mon.smithi143 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:36.140846+0000 mon.smithi143 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:36.141421+0000 mon.smithi143 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:36.141982+0000 mon.smithi143 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:36.827 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:36.147554+0000 mon.smithi143 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:37.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:33.806823+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:48:37.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:33.806871+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:48:37.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:35.095533+0000 mgr.smithi143.harokq (mgr.14180) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:48:37.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:35.696692+0000 mon.smithi143 (mon.0) 518 : cluster [INF] osd.7 [v2:172.21.15.143:6826/3205654087,v1:172.21.15.143:6827/3205654087] boot 2024-01-16T09:48:37.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:35.696738+0000 mon.smithi143 (mon.0) 519 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-16T09:48:37.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:35.697062+0000 mon.smithi143 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:48:37.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:35.858095+0000 mon.smithi143 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:37.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:36.140168+0000 mon.smithi143 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:37.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:36.140846+0000 mon.smithi143 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:37.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:36.141421+0000 mon.smithi143 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:37.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:36.141982+0000 mon.smithi143 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:37.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:36.147554+0000 mon.smithi143 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:37.529 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:37.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:35.851703+0000 mgr.smithi143.harokq (mgr.14180) 94 : cephadm [INF] Detected new or changed devices on smithi204 2024-01-16T09:48:37.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:36.142448+0000 mgr.smithi143.harokq (mgr.14180) 95 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3992M 2024-01-16T09:48:37.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:36.707173+0000 mon.smithi143 (mon.0) 527 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-16T09:48:37.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:37.532700+0000 mon.smithi143 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.143:0/825770861' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:37.954 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1705398515,"num_in_osds":8,"osd_in_since":1705398485,"num_remapped_pgs":0} 2024-01-16T09:48:37.955 INFO:tasks.cephadm:Setting up client nodes... 2024-01-16T09:48:37.955 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T09:48:38.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:35.851703+0000 mgr.smithi143.harokq (mgr.14180) 94 : cephadm [INF] Detected new or changed devices on smithi204 2024-01-16T09:48:38.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:36.142448+0000 mgr.smithi143.harokq (mgr.14180) 95 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3992M 2024-01-16T09:48:38.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:36.707173+0000 mon.smithi143 (mon.0) 527 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-16T09:48:38.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:37.532700+0000 mon.smithi143 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.143:0/825770861' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:48:38.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:37.095819+0000 mgr.smithi143.harokq (mgr.14180) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:38.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:37.712229+0000 mon.smithi143 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-16T09:48:38.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.601885+0000 mon.smithi143 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:37.095819+0000 mgr.smithi143.harokq (mgr.14180) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:37.712229+0000 mon.smithi143 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-16T09:48:39.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.601885+0000 mon.smithi143 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:39.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:38.596279+0000 mgr.smithi143.harokq (mgr.14180) 97 : cephadm [INF] Detected new or changed devices on smithi143 2024-01-16T09:48:39.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.934909+0000 mon.smithi143 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:39.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.935497+0000 mon.smithi143 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:39.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.935976+0000 mon.smithi143 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:39.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.936463+0000 mon.smithi143 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:39.894 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.940643+0000 mon.smithi143 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.941308+0000 mon.smithi143 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.941855+0000 mon.smithi143 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.948246+0000 mon.smithi143 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.951561+0000 mon.smithi143 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.954197+0000 mon.smithi143 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.955109+0000 mon.smithi143 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.955290+0000 mon.smithi143 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:39.895 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:38.955682+0000 mon.smithi143 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:40.105 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:38.596279+0000 mgr.smithi143.harokq (mgr.14180) 97 : cephadm [INF] Detected new or changed devices on smithi143 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.934909+0000 mon.smithi143 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.935497+0000 mon.smithi143 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.935976+0000 mon.smithi143 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.936463+0000 mon.smithi143 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.940643+0000 mon.smithi143 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.941308+0000 mon.smithi143 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.941855+0000 mon.smithi143 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.948246+0000 mon.smithi143 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.951561+0000 mon.smithi143 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.954197+0000 mon.smithi143 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.955109+0000 mon.smithi143 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.955290+0000 mon.smithi143 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:40.106 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:38.955682+0000 mon.smithi143 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:48:40.280 INFO:teuthology.orchestra.run.smithi143.stdout:[client.0] 2024-01-16T09:48:40.281 INFO:teuthology.orchestra.run.smithi143.stdout: key = AQD4UKZlenirEBAAdENbPy1/oxmDz4bFnfLE+A== 2024-01-16T09:48:40.746 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T09:48:40.747 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-16T09:48:40.747 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-16T09:48:40.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:48:38.936832+0000 mgr.smithi143.harokq (mgr.14180) 98 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3224M 2024-01-16T09:48:40.782 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:39.096157+0000 mgr.smithi143.harokq (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:40.782 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:40.279482+0000 mon.smithi143 (mon.0) 544 : audit [INF] from='client.? 172.21.15.143:0/3026214815' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:48:40.782 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:40.284945+0000 mon.smithi143 (mon.0) 545 : audit [INF] from='client.? 172.21.15.143:0/3026214815' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:48:40.793 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T09:48:40.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:48:38.936832+0000 mgr.smithi143.harokq (mgr.14180) 98 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3224M 2024-01-16T09:48:40.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:39.096157+0000 mgr.smithi143.harokq (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:40.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:40.279482+0000 mon.smithi143 (mon.0) 544 : audit [INF] from='client.? 172.21.15.143:0/3026214815' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:48:40.978 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:40.284945+0000 mon.smithi143 (mon.0) 545 : audit [INF] from='client.? 172.21.15.143:0/3026214815' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:48:42.377 INFO:teuthology.orchestra.run.smithi204.stdout:[client.1] 2024-01-16T09:48:42.377 INFO:teuthology.orchestra.run.smithi204.stdout: key = AQD6UKZljLWGFhAAk9ae9XXaMSAh+VtRBNZP1A== 2024-01-16T09:48:42.801 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T09:48:42.801 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-16T09:48:42.801 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-16T09:48:42.828 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:41.096535+0000 mgr.smithi143.harokq (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:42.828 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:42.377055+0000 mon.smithi204 (mon.1) 18 : audit [INF] from='client.? 172.21.15.204:0/719162044' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:48:42.828 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:42.377720+0000 mon.smithi143 (mon.0) 546 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:48:42.828 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:42.380936+0000 mon.smithi143 (mon.0) 547 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:48:42.842 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:48:43.055 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:41.096535+0000 mgr.smithi143.harokq (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:43.055 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:42.377055+0000 mon.smithi204 (mon.1) 18 : audit [INF] from='client.? 172.21.15.204:0/719162044' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:48:43.055 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:42.377720+0000 mon.smithi143 (mon.0) 546 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:48:43.056 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:42.380936+0000 mon.smithi143 (mon.0) 547 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:48:43.340 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:44.127 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:43.096829+0000 mgr.smithi143.harokq (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:44.222 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:43.096829+0000 mgr.smithi143.harokq (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:44.779 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:44.780 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":33,"fsid":"e7976e1a-b453-11ee-95ad-87774f69a715","created":"2024-01-16T09:45:29.486138+0000","modified":"2024-01-16T09:48:37.705254+0000","last_up_change":"2024-01-16T09:48:35.692767+0000","last_in_change":"2024-01-16T09:48:05.785749+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":"2024-01-16T09:48:22.911939+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"20b141b2-044b-4bfc-883c-cd102f47c942","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6801","nonce":1858914486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6803","nonce":1858914486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6807","nonce":1858914486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6805","nonce":1858914486}]},"public_addr":"172.21.15.204:6801/1858914486","cluster_addr":"172.21.15.204:6803/1858914486","heartbeat_back_addr":"172.21.15.204:6807/1858914486","heartbeat_front_addr":"172.21.15.204:6805/1858914486","state":["exists","up"]},{"osd":1,"uuid":"2bd28a5a-5266-4070-9b3d-59d0dbb824b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6803","nonce":1608088155}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6805","nonce":1608088155}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6809","nonce":1608088155}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6807","nonce":1608088155}]},"public_addr":"172.21.15.143:6803/1608088155","cluster_addr":"172.21.15.143:6805/1608088155","heartbeat_back_addr":"172.21.15.143:6809/1608088155","heartbeat_front_addr":"172.21.15.143:6807/1608088155","state":["exists","up"]},{"osd":2,"uuid":"7452c285-f23e-4151-b279-7bfd8d70ca16","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6809","nonce":3534195669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6811","nonce":3534195669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6815","nonce":3534195669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6813","nonce":3534195669}]},"public_addr":"172.21.15.204:6809/3534195669","cluster_addr":"172.21.15.204:6811/3534195669","heartbeat_back_addr":"172.21.15.204:6815/3534195669","heartbeat_front_addr":"172.21.15.204:6813/3534195669","state":["exists","up"]},{"osd":3,"uuid":"6e1ac012-6b5f-44b2-b9a8-c32f07685d6b","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.143:6810","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6811","nonce":2856564123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6813","nonce":2856564123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6817","nonce":2856564123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6815","nonce":2856564123}]},"public_addr":"172.21.15.143:6811/2856564123","cluster_addr":"172.21.15.143:6813/2856564123","heartbeat_back_addr":"172.21.15.143:6817/2856564123","heartbeat_front_addr":"172.21.15.143:6815/2856564123","state":["exists","up"]},{"osd":4,"uuid":"e94c9e48-397a-405f-8a14-2bc9dd591b87","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.204:6816","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6817","nonce":2532775324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6819","nonce":2532775324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6823","nonce":2532775324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6821","nonce":2532775324}]},"public_addr":"172.21.15.204:6817/2532775324","cluster_addr":"172.21.15.204:6819/2532775324","heartbeat_back_addr":"172.21.15.204:6823/2532775324","heartbeat_front_addr":"172.21.15.204:6821/2532775324","state":["exists","up"]},{"osd":5,"uuid":"5445b853-2301-49f0-b46d-825f32185b1a","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.143:6818","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6819","nonce":649760118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6821","nonce":649760118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6825","nonce":649760118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6823","nonce":649760118}]},"public_addr":"172.21.15.143:6819/649760118","cluster_addr":"172.21.15.143:6821/649760118","heartbeat_back_addr":"172.21.15.143:6825/649760118","heartbeat_front_addr":"172.21.15.143:6823/649760118","state":["exists","up"]},{"osd":6,"uuid":"31bf5d99-a986-4755-be05-fee89238ef84","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.204:6824","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6825","nonce":3425247570}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6827","nonce":3425247570}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6831","nonce":3425247570}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6829","nonce":3425247570}]},"public_addr":"172.21.15.204:6825/3425247570","cluster_addr":"172.21.15.204:6827/3425247570","heartbeat_back_addr":"172.21.15.204:6831/3425247570","heartbeat_front_addr":"172.21.15.204:6829/3425247570","state":["exists","up"]},{"osd":7,"uuid":"4b6a648b-38ae-4d7a-882d-09174a0749c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6827","nonce":3205654087}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6829","nonce":3205654087}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6832","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6833","nonce":3205654087}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6831","nonce":3205654087}]},"public_addr":"172.21.15.143:6827/3205654087","cluster_addr":"172.21.15.143:6829/3205654087","heartbeat_back_addr":"172.21.15.143:6833/3205654087","heartbeat_front_addr":"172.21.15.143:6831/3205654087","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:17.862121+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:20.055607+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:21.168925+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:25.056781+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:24.669255+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:29.550733+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:28.071575+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:33.806873+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.143:0/1056510406":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6801/730695598":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6800/730695598":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6800/1823659707":"2024-01-17T09:46:19.310285+0000","172.21.15.143:0/3756144255":"2024-01-17T09:46:55.075976+0000","172.21.15.143:0/3655629819":"2024-01-17T09:46:19.310285+0000","172.21.15.143:6801/1823659707":"2024-01-17T09:46:19.310285+0000","172.21.15.143:0/2994562424":"2024-01-17T09:46:19.310285+0000","172.21.15.143:6800/1078256504":"2024-01-17T09:45:49.926976+0000","172.21.15.143:0/1096797750":"2024-01-17T09:45:49.926976+0000","172.21.15.143:6801/1078256504":"2024-01-17T09:45:49.926976+0000","172.21.15.143:0/3623923905":"2024-01-17T09:45:49.926976+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:48:45.191 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:44.782701+0000 mon.smithi143 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.143:0/1623442555' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:45.269 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-16T09:48:22.911939+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-16T09:48:45.269 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-16T09:48:45.271 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:44.782701+0000 mon.smithi143 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.143:0/1623442555' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:45.546 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:46.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:45.097098+0000 mgr.smithi143.harokq (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:46.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:45.392850+0000 mon.smithi143 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:46.861 INFO:teuthology.orchestra.run.smithi143.stdout:pg_num: 1 2024-01-16T09:48:46.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:45.097098+0000 mgr.smithi143.harokq (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:46.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:45.392850+0000 mon.smithi143 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:47.267 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-16T09:48:47.267 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-16T09:48:47.267 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph mgr dump --format=json 2024-01-16T09:48:47.532 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:47.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:46.430544+0000 mon.smithi143 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:47.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:46.865828+0000 mon.smithi143 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.143:0/4252316425' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T09:48:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:46.430544+0000 mon.smithi143 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:48:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:46.865828+0000 mon.smithi143 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.143:0/4252316425' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T09:48:48.694 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:48.724 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:47.097411+0000 mgr.smithi143.harokq (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:48.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:47.097411+0000 mgr.smithi143.harokq (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:49.108 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi143.harokq","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":3533548384},{"type":"v1","addr":"172.21.15.143:6801","nonce":3533548384}]},"active_addr":"172.21.15.143:6801/3533548384","active_change":"2024-01-16T09:46:55.076132+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi204.gleekz","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.143:8443/","prometheus":"http://172.21.15.143: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.143:0","nonce":1498564407}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.143:0","nonce":58766667}]}]} 2024-01-16T09:48:49.112 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-16T09:48:49.112 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-16T09:48:49.112 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:48:49.376 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:49.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:48.694154+0000 mon.smithi143 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.143:0/845356759' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T09:48:49.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:48.694154+0000 mon.smithi143 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.143:0/845356759' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T09:48:50.448 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:50.448 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":33,"fsid":"e7976e1a-b453-11ee-95ad-87774f69a715","created":"2024-01-16T09:45:29.486138+0000","modified":"2024-01-16T09:48:37.705254+0000","last_up_change":"2024-01-16T09:48:35.692767+0000","last_in_change":"2024-01-16T09:48:05.785749+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":"2024-01-16T09:48:22.911939+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"20b141b2-044b-4bfc-883c-cd102f47c942","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6801","nonce":1858914486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6803","nonce":1858914486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6807","nonce":1858914486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6805","nonce":1858914486}]},"public_addr":"172.21.15.204:6801/1858914486","cluster_addr":"172.21.15.204:6803/1858914486","heartbeat_back_addr":"172.21.15.204:6807/1858914486","heartbeat_front_addr":"172.21.15.204:6805/1858914486","state":["exists","up"]},{"osd":1,"uuid":"2bd28a5a-5266-4070-9b3d-59d0dbb824b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6803","nonce":1608088155}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6805","nonce":1608088155}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6809","nonce":1608088155}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6807","nonce":1608088155}]},"public_addr":"172.21.15.143:6803/1608088155","cluster_addr":"172.21.15.143:6805/1608088155","heartbeat_back_addr":"172.21.15.143:6809/1608088155","heartbeat_front_addr":"172.21.15.143:6807/1608088155","state":["exists","up"]},{"osd":2,"uuid":"7452c285-f23e-4151-b279-7bfd8d70ca16","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6809","nonce":3534195669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6811","nonce":3534195669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6815","nonce":3534195669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6813","nonce":3534195669}]},"public_addr":"172.21.15.204:6809/3534195669","cluster_addr":"172.21.15.204:6811/3534195669","heartbeat_back_addr":"172.21.15.204:6815/3534195669","heartbeat_front_addr":"172.21.15.204:6813/3534195669","state":["exists","up"]},{"osd":3,"uuid":"6e1ac012-6b5f-44b2-b9a8-c32f07685d6b","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.143:6810","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6811","nonce":2856564123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6813","nonce":2856564123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6817","nonce":2856564123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6815","nonce":2856564123}]},"public_addr":"172.21.15.143:6811/2856564123","cluster_addr":"172.21.15.143:6813/2856564123","heartbeat_back_addr":"172.21.15.143:6817/2856564123","heartbeat_front_addr":"172.21.15.143:6815/2856564123","state":["exists","up"]},{"osd":4,"uuid":"e94c9e48-397a-405f-8a14-2bc9dd591b87","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.204:6816","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6817","nonce":2532775324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6819","nonce":2532775324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6823","nonce":2532775324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6821","nonce":2532775324}]},"public_addr":"172.21.15.204:6817/2532775324","cluster_addr":"172.21.15.204:6819/2532775324","heartbeat_back_addr":"172.21.15.204:6823/2532775324","heartbeat_front_addr":"172.21.15.204:6821/2532775324","state":["exists","up"]},{"osd":5,"uuid":"5445b853-2301-49f0-b46d-825f32185b1a","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.143:6818","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6819","nonce":649760118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6821","nonce":649760118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6825","nonce":649760118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6823","nonce":649760118}]},"public_addr":"172.21.15.143:6819/649760118","cluster_addr":"172.21.15.143:6821/649760118","heartbeat_back_addr":"172.21.15.143:6825/649760118","heartbeat_front_addr":"172.21.15.143:6823/649760118","state":["exists","up"]},{"osd":6,"uuid":"31bf5d99-a986-4755-be05-fee89238ef84","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.204:6824","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6825","nonce":3425247570}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6827","nonce":3425247570}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6831","nonce":3425247570}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6829","nonce":3425247570}]},"public_addr":"172.21.15.204:6825/3425247570","cluster_addr":"172.21.15.204:6827/3425247570","heartbeat_back_addr":"172.21.15.204:6831/3425247570","heartbeat_front_addr":"172.21.15.204:6829/3425247570","state":["exists","up"]},{"osd":7,"uuid":"4b6a648b-38ae-4d7a-882d-09174a0749c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6827","nonce":3205654087}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6829","nonce":3205654087}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6832","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6833","nonce":3205654087}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6831","nonce":3205654087}]},"public_addr":"172.21.15.143:6827/3205654087","cluster_addr":"172.21.15.143:6829/3205654087","heartbeat_back_addr":"172.21.15.143:6833/3205654087","heartbeat_front_addr":"172.21.15.143:6831/3205654087","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:17.862121+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:20.055607+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:21.168925+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:25.056781+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:24.669255+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:29.550733+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:28.071575+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:33.806873+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.143:0/1056510406":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6801/730695598":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6800/730695598":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6800/1823659707":"2024-01-17T09:46:19.310285+0000","172.21.15.143:0/3756144255":"2024-01-17T09:46:55.075976+0000","172.21.15.143:0/3655629819":"2024-01-17T09:46:19.310285+0000","172.21.15.143:6801/1823659707":"2024-01-17T09:46:19.310285+0000","172.21.15.143:0/2994562424":"2024-01-17T09:46:19.310285+0000","172.21.15.143:6800/1078256504":"2024-01-17T09:45:49.926976+0000","172.21.15.143:0/1096797750":"2024-01-17T09:45:49.926976+0000","172.21.15.143:6801/1078256504":"2024-01-17T09:45:49.926976+0000","172.21.15.143:0/3623923905":"2024-01-17T09:45:49.926976+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:48:50.713 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:49.097745+0000 mgr.smithi143.harokq (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:50.816 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-16T09:48:50.817 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:48:50.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:49.097745+0000 mgr.smithi143.harokq (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:51.080 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:51.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:50.452320+0000 mon.smithi143 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.143:0/3450633502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:51.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:50.452320+0000 mon.smithi143 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.143:0/3450633502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:52.271 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:48:52.271 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":33,"fsid":"e7976e1a-b453-11ee-95ad-87774f69a715","created":"2024-01-16T09:45:29.486138+0000","modified":"2024-01-16T09:48:37.705254+0000","last_up_change":"2024-01-16T09:48:35.692767+0000","last_in_change":"2024-01-16T09:48:05.785749+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":"2024-01-16T09:48:22.911939+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"20b141b2-044b-4bfc-883c-cd102f47c942","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6801","nonce":1858914486}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6803","nonce":1858914486}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6807","nonce":1858914486}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":1858914486},{"type":"v1","addr":"172.21.15.204:6805","nonce":1858914486}]},"public_addr":"172.21.15.204:6801/1858914486","cluster_addr":"172.21.15.204:6803/1858914486","heartbeat_back_addr":"172.21.15.204:6807/1858914486","heartbeat_front_addr":"172.21.15.204:6805/1858914486","state":["exists","up"]},{"osd":1,"uuid":"2bd28a5a-5266-4070-9b3d-59d0dbb824b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6803","nonce":1608088155}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6805","nonce":1608088155}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6809","nonce":1608088155}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":1608088155},{"type":"v1","addr":"172.21.15.143:6807","nonce":1608088155}]},"public_addr":"172.21.15.143:6803/1608088155","cluster_addr":"172.21.15.143:6805/1608088155","heartbeat_back_addr":"172.21.15.143:6809/1608088155","heartbeat_front_addr":"172.21.15.143:6807/1608088155","state":["exists","up"]},{"osd":2,"uuid":"7452c285-f23e-4151-b279-7bfd8d70ca16","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":21,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6809","nonce":3534195669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6811","nonce":3534195669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6815","nonce":3534195669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":3534195669},{"type":"v1","addr":"172.21.15.204:6813","nonce":3534195669}]},"public_addr":"172.21.15.204:6809/3534195669","cluster_addr":"172.21.15.204:6811/3534195669","heartbeat_back_addr":"172.21.15.204:6815/3534195669","heartbeat_front_addr":"172.21.15.204:6813/3534195669","state":["exists","up"]},{"osd":3,"uuid":"6e1ac012-6b5f-44b2-b9a8-c32f07685d6b","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.143:6810","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6811","nonce":2856564123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6813","nonce":2856564123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6817","nonce":2856564123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":2856564123},{"type":"v1","addr":"172.21.15.143:6815","nonce":2856564123}]},"public_addr":"172.21.15.143:6811/2856564123","cluster_addr":"172.21.15.143:6813/2856564123","heartbeat_back_addr":"172.21.15.143:6817/2856564123","heartbeat_front_addr":"172.21.15.143:6815/2856564123","state":["exists","up"]},{"osd":4,"uuid":"e94c9e48-397a-405f-8a14-2bc9dd591b87","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.204:6816","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6817","nonce":2532775324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6819","nonce":2532775324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6823","nonce":2532775324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":2532775324},{"type":"v1","addr":"172.21.15.204:6821","nonce":2532775324}]},"public_addr":"172.21.15.204:6817/2532775324","cluster_addr":"172.21.15.204:6819/2532775324","heartbeat_back_addr":"172.21.15.204:6823/2532775324","heartbeat_front_addr":"172.21.15.204:6821/2532775324","state":["exists","up"]},{"osd":5,"uuid":"5445b853-2301-49f0-b46d-825f32185b1a","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.143:6818","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6819","nonce":649760118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6821","nonce":649760118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6825","nonce":649760118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":649760118},{"type":"v1","addr":"172.21.15.143:6823","nonce":649760118}]},"public_addr":"172.21.15.143:6819/649760118","cluster_addr":"172.21.15.143:6821/649760118","heartbeat_back_addr":"172.21.15.143:6825/649760118","heartbeat_front_addr":"172.21.15.143:6823/649760118","state":["exists","up"]},{"osd":6,"uuid":"31bf5d99-a986-4755-be05-fee89238ef84","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.204:6824","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6825","nonce":3425247570}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6827","nonce":3425247570}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6831","nonce":3425247570}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":3425247570},{"type":"v1","addr":"172.21.15.204:6829","nonce":3425247570}]},"public_addr":"172.21.15.204:6825/3425247570","cluster_addr":"172.21.15.204:6827/3425247570","heartbeat_back_addr":"172.21.15.204:6831/3425247570","heartbeat_front_addr":"172.21.15.204:6829/3425247570","state":["exists","up"]},{"osd":7,"uuid":"4b6a648b-38ae-4d7a-882d-09174a0749c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6827","nonce":3205654087}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6829","nonce":3205654087}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6832","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6833","nonce":3205654087}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3205654087},{"type":"v1","addr":"172.21.15.143:6831","nonce":3205654087}]},"public_addr":"172.21.15.143:6827/3205654087","cluster_addr":"172.21.15.143:6829/3205654087","heartbeat_back_addr":"172.21.15.143:6833/3205654087","heartbeat_front_addr":"172.21.15.143:6831/3205654087","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:17.862121+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:20.055607+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:21.168925+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:25.056781+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:24.669255+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:29.550733+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:28.071575+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:48:33.806873+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.143:0/1056510406":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6801/730695598":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6800/730695598":"2024-01-17T09:46:55.075976+0000","172.21.15.143:6800/1823659707":"2024-01-17T09:46:19.310285+0000","172.21.15.143:0/3756144255":"2024-01-17T09:46:55.075976+0000","172.21.15.143:0/3655629819":"2024-01-17T09:46:19.310285+0000","172.21.15.143:6801/1823659707":"2024-01-17T09:46:19.310285+0000","172.21.15.143:0/2994562424":"2024-01-17T09:46:19.310285+0000","172.21.15.143:6800/1078256504":"2024-01-17T09:45:49.926976+0000","172.21.15.143:0/1096797750":"2024-01-17T09:45:49.926976+0000","172.21.15.143:6801/1078256504":"2024-01-17T09:45:49.926976+0000","172.21.15.143:0/3623923905":"2024-01-17T09:45:49.926976+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:48:52.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:51.098044+0000 mgr.smithi143.harokq (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:52.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:48:52.275366+0000 mon.smithi143 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.143:0/2673734063' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:52.641 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-16T09:48:52.903 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:52.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:51.098044+0000 mgr.smithi143.harokq (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:52.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:48:52.275366+0000 mon.smithi143 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.143:0/2673734063' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:48:54.306 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:53.098520+0000 mgr.smithi143.harokq (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:54.328 INFO:teuthology.orchestra.run.smithi143.stdout:68719476746 2024-01-16T09:48:54.328 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-16T09:48:54.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:53.098520+0000 mgr.smithi143.harokq (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:54.592 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:55.932 INFO:teuthology.orchestra.run.smithi143.stdout:77309411337 2024-01-16T09:48:55.933 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-16T09:48:56.196 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:56.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:55.098938+0000 mgr.smithi143.harokq (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:56.542 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:55.098938+0000 mgr.smithi143.harokq (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:57.615 INFO:teuthology.orchestra.run.smithi143.stdout:81604378633 2024-01-16T09:48:57.615 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-16T09:48:57.876 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:48:58.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:48:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:57.099291+0000 mgr.smithi143.harokq (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:58.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:48:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:57.099291+0000 mgr.smithi143.harokq (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:48:59.281 INFO:teuthology.orchestra.run.smithi143.stdout:98784247817 2024-01-16T09:48:59.282 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-16T09:48:59.555 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:00.344 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:48:59.099716+0000 mgr.smithi143.harokq (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:00.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:48:59.099716+0000 mgr.smithi143.harokq (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:00.939 INFO:teuthology.orchestra.run.smithi143.stdout:94489280521 2024-01-16T09:49:00.940 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-16T09:49:01.204 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:02.360 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:01.100069+0000 mgr.smithi143.harokq (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:02.573 INFO:teuthology.orchestra.run.smithi143.stdout:115964117001 2024-01-16T09:49:02.574 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-16T09:49:02.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:01.100069+0000 mgr.smithi143.harokq (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:02.838 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:04.088 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:03.100365+0000 mgr.smithi143.harokq (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:04.140 INFO:teuthology.orchestra.run.smithi143.stdout:111669149705 2024-01-16T09:49:04.140 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-16T09:49:04.402 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:04.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:03.100365+0000 mgr.smithi143.harokq (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:05.797 INFO:teuthology.orchestra.run.smithi143.stdout:133143986185 2024-01-16T09:49:05.797 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-16T09:49:06.061 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:06.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:05.100660+0000 mgr.smithi143.harokq (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:06.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:05.100660+0000 mgr.smithi143.harokq (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:07.205 INFO:teuthology.orchestra.run.smithi143.stdout:68719476749 2024-01-16T09:49:07.580 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2024-01-16T09:49:07.580 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-16T09:49:07.843 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:08.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:07.100980+0000 mgr.smithi143.harokq (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:08.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:07.210171+0000 mon.smithi143 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.143:0/882918577' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T09:49:08.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:07.100980+0000 mgr.smithi143.harokq (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:08.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:07.210171+0000 mon.smithi143 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.143:0/882918577' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T09:49:08.997 INFO:teuthology.orchestra.run.smithi143.stdout:77309411340 2024-01-16T09:49:09.321 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:09.001601+0000 mon.smithi143 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.143:0/780940580' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T09:49:09.383 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411340 for osd.1 2024-01-16T09:49:09.384 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-16T09:49:09.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:09.001601+0000 mon.smithi143 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.143:0/780940580' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T09:49:09.651 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:10.459 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:09.101442+0000 mgr.smithi143.harokq (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:10.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:09.101442+0000 mgr.smithi143.harokq (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:10.848 INFO:teuthology.orchestra.run.smithi143.stdout:81604378636 2024-01-16T09:49:11.239 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378636 for osd.2 2024-01-16T09:49:11.239 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-16T09:49:11.504 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:11.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:10.853230+0000 mon.smithi143 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.143:0/3917369225' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T09:49:11.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:10.853230+0000 mon.smithi143 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.143:0/3917369225' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T09:49:12.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:11.101771+0000 mgr.smithi143.harokq (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:12.596 INFO:teuthology.orchestra.run.smithi143.stdout:98784247819 2024-01-16T09:49:12.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:11.101771+0000 mgr.smithi143.harokq (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:13.004 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.3 2024-01-16T09:49:13.004 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-16T09:49:13.267 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:13.429 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:12.600861+0000 mon.smithi143 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.143:0/2775463375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T09:49:13.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:12.600861+0000 mon.smithi143 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.143:0/2775463375' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T09:49:14.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:13.102045+0000 mgr.smithi143.harokq (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:14.448 INFO:teuthology.orchestra.run.smithi143.stdout:94489280524 2024-01-16T09:49:14.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:13.102045+0000 mgr.smithi143.harokq (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:14.972 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280521 got 94489280524 for osd.4 2024-01-16T09:49:14.973 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-16T09:49:15.236 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:15.338 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:14.452813+0000 mon.smithi143 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.143:0/140165691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T09:49:15.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:14.452813+0000 mon.smithi143 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.143:0/140165691' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T09:49:16.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:15.102340+0000 mgr.smithi143.harokq (mgr.14180) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:16.403 INFO:teuthology.orchestra.run.smithi143.stdout:115964117003 2024-01-16T09:49:16.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:15.102340+0000 mgr.smithi143.harokq (mgr.14180) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:16.796 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117003 for osd.5 2024-01-16T09:49:16.796 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-16T09:49:17.058 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:17.582 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:16.408312+0000 mon.smithi143 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.143:0/3433621822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T09:49:17.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:16.408312+0000 mon.smithi143 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.143:0/3433621822' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T09:49:18.271 INFO:teuthology.orchestra.run.smithi143.stdout:111669149708 2024-01-16T09:49:18.440 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:17.102634+0000 mgr.smithi143.harokq (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:18.645 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149708 for osd.6 2024-01-16T09:49:18.645 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-16T09:49:18.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:17.102634+0000 mgr.smithi143.harokq (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:18.908 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:19.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:18.275592+0000 mon.smithi143 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.143:0/1561838720' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T09:49:19.488 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:18.275592+0000 mon.smithi143 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.143:0/1561838720' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T09:49:19.988 INFO:teuthology.orchestra.run.smithi143.stdout:133143986188 2024-01-16T09:49:20.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:19.102977+0000 mgr.smithi143.harokq (mgr.14180) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:20.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:19.993063+0000 mon.smithi143 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.143:0/1728283272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T09:49:20.387 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986185 got 133143986188 for osd.7 2024-01-16T09:49:20.387 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-16T09:49:20.387 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T09:49:20.652 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:19.102977+0000 mgr.smithi143.harokq (mgr.14180) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:20.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:19.993063+0000 mon.smithi143 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.143:0/1728283272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T09:49:21.740 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:49:21.742 INFO:teuthology.orchestra.run.smithi143.stderr:dumped all 2024-01-16T09:49:22.120 INFO:teuthology.orchestra.run.smithi143.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2024-01-16T09:49:21.103137+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":2379308,"kb_used_data":2540,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549140,"statfs":{"total":767926730752,"available":765490319360,"internally_reserved":0,"allocated":2600960,"data_stored":1014158,"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":33,"state":"active+clean","last_fresh":"2024-01-16T09:48:38.060262+0000","last_change":"2024-01-16T09:48:38.060262+0000","last_active":"2024-01-16T09:48:38.060262+0000","last_peered":"2024-01-16T09:48:38.060262+0000","last_clean":"2024-01-16T09:48:38.060262+0000","last_became_active":"2024-01-16T09:48:38.059930+0000","last_became_peered":"2024-01-16T09:48:38.059930+0000","last_unstale":"2024-01-16T09:48:38.060262+0000","last_undegraded":"2024-01-16T09:48:38.060262+0000","last_fullsized":"2024-01-16T09:48:38.060262+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T09:48:23.651205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T09:48:23.651205+0000","last_clean_scrub_stamp":"2024-01-16T09:48:23.651205+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986188,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":126898,"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.51600000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.318}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"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.35199999999999998}]},{"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.42199999999999999}]},{"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.43099999999999999}]},{"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.40400000000000003}]}]},{"osd":5,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.65900000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33500000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.503}]},{"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.36099999999999999}]},{"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.63700000000000001}]},{"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.58299999999999996}]},{"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.40799999999999997}]}]},{"osd":1,"up_from":18,"seq":77309411342,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.46800000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42599999999999999}]},{"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.36299999999999999}]},{"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.44}]},{"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.32000000000000001}]},{"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.375}]},{"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.309}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":125460,"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.52500000000000002}]},{"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.56599999999999995}]},{"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.69199999999999995}]},{"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.72399999999999998}]},{"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.64600000000000002}]},{"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.66700000000000004}]},{"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.67800000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.32600000000000001}]},{"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.42499999999999999}]},{"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.47099999999999997}]},{"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.315}]},{"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.42999999999999999}]},{"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.44600000000000001}]},{"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.502}]}]},{"osd":4,"up_from":22,"seq":94489280526,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.28499999999999998}]},{"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.46899999999999997}]},{"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.53100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44500000000000001}]},{"osd":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.45900000000000002}]},{"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.49299999999999999}]},{"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.56999999999999995}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":125735,"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.64200000000000002}]},{"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.29699999999999999}]},{"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.53200000000000003}]},{"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.65000000000000002}]},{"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.318}]},{"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.67000000000000004}]},{"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.34300000000000003}]}]},{"osd":6,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.432}]},{"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.55700000000000005}]},{"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.45100000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"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.72599999999999998}]},{"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.71599999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-16T09:49:22.121 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T09:49:22.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:21.103330+0000 mgr.smithi143.harokq (mgr.14180) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:22.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:21.742904+0000 mgr.smithi143.harokq (mgr.14180) 121 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:22.385 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:22.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:21.103330+0000 mgr.smithi143.harokq (mgr.14180) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:22.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:21.742904+0000 mgr.smithi143.harokq (mgr.14180) 121 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:23.537 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:49:23.538 INFO:teuthology.orchestra.run.smithi143.stderr:dumped all 2024-01-16T09:49:23.928 INFO:teuthology.orchestra.run.smithi143.stdout:{"pg_ready":true,"pg_map":{"version":96,"stamp":"2024-01-16T09:49:23.103484+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":2379308,"kb_used_data":2540,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549140,"statfs":{"total":767926730752,"available":765490319360,"internally_reserved":0,"allocated":2600960,"data_stored":1014158,"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":33,"state":"active+clean","last_fresh":"2024-01-16T09:48:38.060262+0000","last_change":"2024-01-16T09:48:38.060262+0000","last_active":"2024-01-16T09:48:38.060262+0000","last_peered":"2024-01-16T09:48:38.060262+0000","last_clean":"2024-01-16T09:48:38.060262+0000","last_became_active":"2024-01-16T09:48:38.059930+0000","last_became_peered":"2024-01-16T09:48:38.059930+0000","last_unstale":"2024-01-16T09:48:38.060262+0000","last_undegraded":"2024-01-16T09:48:38.060262+0000","last_fullsized":"2024-01-16T09:48:38.060262+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-16T09:48:23.651205+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T09:48:23.651205+0000","last_clean_scrub_stamp":"2024-01-16T09:48:23.651205+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986189,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":126898,"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.745}]},{"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.33900000000000002}]},{"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.61199999999999999}]},{"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.32800000000000001}]},{"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.65800000000000003}]},{"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.372}]},{"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.56999999999999995}]}]},{"osd":5,"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":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.33100000000000002}]},{"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.42499999999999999}]},{"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.247}]},{"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.35299999999999998}]},{"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.40799999999999997}]},{"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.37}]}]},{"osd":1,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.39300000000000002}]},{"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.46200000000000002}]},{"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.38100000000000001}]},{"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.376}]},{"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.311}]},{"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.40500000000000003}]},{"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.32100000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":125460,"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.52500000000000002}]},{"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.56599999999999995}]},{"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.69199999999999995}]},{"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.72399999999999998}]},{"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.64600000000000002}]},{"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.66700000000000004}]},{"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.67800000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.32600000000000001}]},{"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.42499999999999999}]},{"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.47099999999999997}]},{"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.315}]},{"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.42999999999999999}]},{"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.44600000000000001}]},{"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.502}]}]},{"osd":4,"up_from":22,"seq":94489280526,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.28499999999999998}]},{"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.46899999999999997}]},{"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.53100000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44500000000000001}]},{"osd":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.45900000000000002}]},{"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.49299999999999999}]},{"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.56999999999999995}]}]},{"osd":3,"up_from":23,"seq":98784247822,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":125735,"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.38600000000000001}]},{"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.25800000000000001}]},{"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.45900000000000002}]},{"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.36399999999999999}]},{"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.33600000000000002}]},{"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.40100000000000002}]},{"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.42099999999999999}]}]},{"osd":6,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127213,"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.432}]},{"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.55700000000000005}]},{"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.45100000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55100000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"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.72599999999999998}]},{"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.71599999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-16T09:49:23.929 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-16T09:49:23.929 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-16T09:49:23.930 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-16T09:49:23.930 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph health --format=json 2024-01-16T09:49:24.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:23.103635+0000 mgr.smithi143.harokq (mgr.14180) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:24.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:23.539751+0000 mgr.smithi143.harokq (mgr.14180) 123 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:24.192 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/mon.smithi143/config 2024-01-16T09:49:24.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:23.103635+0000 mgr.smithi143.harokq (mgr.14180) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:24.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:23.539751+0000 mgr.smithi143.harokq (mgr.14180) 123 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:25.364 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:49:25.728 INFO:teuthology.orchestra.run.smithi143.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-16T09:49:25.728 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-16T09:49:25.728 INFO:tasks.cephadm:Setup complete, yielding 2024-01-16T09:49:25.729 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:49:25.740 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-01-16T09:49:25.741 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch status' 2024-01-16T09:49:26.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:25.103922+0000 mgr.smithi143.harokq (mgr.14180) 124 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:26.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:25.368376+0000 mon.smithi143 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.143:0/2115886179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T09:49:26.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:25.103922+0000 mgr.smithi143.harokq (mgr.14180) 124 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:26.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:25.368376+0000 mon.smithi143 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.143:0/2115886179' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T09:49:27.180 INFO:teuthology.orchestra.run.smithi143.stdout:Backend: cephadm 2024-01-16T09:49:27.180 INFO:teuthology.orchestra.run.smithi143.stdout:Available: Yes 2024-01-16T09:49:27.180 INFO:teuthology.orchestra.run.smithi143.stdout:Paused: No 2024-01-16T09:49:27.561 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-16T09:49:28.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:27.104271+0000 mgr.smithi143.harokq (mgr.14180) 125 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:28.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:27.183957+0000 mgr.smithi143.harokq (mgr.14180) 126 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:28.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:27.104271+0000 mgr.smithi143.harokq (mgr.14180) 125 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:28.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:27.183957+0000 mgr.smithi143.harokq (mgr.14180) 126 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:28.919 INFO:teuthology.orchestra.run.smithi143.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T09:49:28.919 INFO:teuthology.orchestra.run.smithi143.stdout:alertmanager.smithi143 smithi143 *:9093,9094 running (111s) 53s ago 2m 16.2M - 0.23.0 ba2b418f427c 76d1e5313df2 2024-01-16T09:49:28.920 INFO:teuthology.orchestra.run.smithi143.stdout:crash.smithi143 smithi143 running (2m) 53s ago 2m 7293k - 16.2.14-449-ga70aebef 377ff36742d8 0b14d39d44e2 2024-01-16T09:49:28.920 INFO:teuthology.orchestra.run.smithi143.stdout:crash.smithi204 smithi204 running (2m) 55s ago 2m 7411k - 16.2.14-449-ga70aebef 377ff36742d8 25a0b349f028 2024-01-16T09:49:28.920 INFO:teuthology.orchestra.run.smithi143.stdout:grafana.smithi143 smithi143 *:3000 running (106s) 53s ago 2m 47.5M - 8.3.5 dad864ee21e9 13367f91e094 2024-01-16T09:49:28.920 INFO:teuthology.orchestra.run.smithi143.stdout:mgr.smithi143.harokq smithi143 *:9283 running (3m) 53s ago 3m 446M - 16.2.14-449-ga70aebef 377ff36742d8 952befd20426 2024-01-16T09:49:28.920 INFO:teuthology.orchestra.run.smithi143.stdout:mgr.smithi204.gleekz smithi204 *:8443,9283 running (2m) 55s ago 2m 392M - 16.2.14-449-ga70aebef 377ff36742d8 a8b6463c4f8a 2024-01-16T09:49:28.920 INFO:teuthology.orchestra.run.smithi143.stdout:mon.smithi143 smithi143 running (3m) 53s ago 3m 69.6M 2048M 16.2.14-449-ga70aebef 377ff36742d8 b44bb6454bd8 2024-01-16T09:49:28.921 INFO:teuthology.orchestra.run.smithi143.stdout:mon.smithi204 smithi204 running (2m) 55s ago 2m 60.7M 2048M 16.2.14-449-ga70aebef 377ff36742d8 76a06a965706 2024-01-16T09:49:28.921 INFO:teuthology.orchestra.run.smithi143.stdout:node-exporter.smithi143 smithi143 *:9100 running (2m) 53s ago 2m 24.0M - 1.3.1 1dbe0e931976 05e6b37e78c8 2024-01-16T09:49:28.921 INFO:teuthology.orchestra.run.smithi143.stdout:node-exporter.smithi204 smithi204 *:9100 running (119s) 55s ago 119s 22.9M - 1.3.1 1dbe0e931976 d79141e529aa 2024-01-16T09:49:28.921 INFO:teuthology.orchestra.run.smithi143.stdout:osd.0 smithi204 running (75s) 55s ago 75s 32.3M 3992M 16.2.14-449-ga70aebef 377ff36742d8 12e7ddb4e8e3 2024-01-16T09:49:28.921 INFO:teuthology.orchestra.run.smithi143.stdout:osd.1 smithi143 running (73s) 53s ago 73s 30.8M 3224M 16.2.14-449-ga70aebef 377ff36742d8 ec512f73f555 2024-01-16T09:49:28.921 INFO:teuthology.orchestra.run.smithi143.stdout:osd.2 smithi204 running (72s) 55s ago 71s 32.0M 3992M 16.2.14-449-ga70aebef 377ff36742d8 d86b199334ad 2024-01-16T09:49:28.921 INFO:teuthology.orchestra.run.smithi143.stdout:osd.3 smithi143 running (68s) 53s ago 68s 29.6M 3224M 16.2.14-449-ga70aebef 377ff36742d8 03fc04e04c56 2024-01-16T09:49:28.922 INFO:teuthology.orchestra.run.smithi143.stdout:osd.4 smithi204 running (68s) 55s ago 68s 28.1M 3992M 16.2.14-449-ga70aebef 377ff36742d8 c5758620db1b 2024-01-16T09:49:28.922 INFO:teuthology.orchestra.run.smithi143.stdout:osd.5 smithi143 running (63s) 53s ago 63s 28.6M 3224M 16.2.14-449-ga70aebef 377ff36742d8 80d6d05e293a 2024-01-16T09:49:28.922 INFO:teuthology.orchestra.run.smithi143.stdout:osd.6 smithi204 running (65s) 55s ago 65s 29.6M 3992M 16.2.14-449-ga70aebef 377ff36742d8 d88e2e4b32a9 2024-01-16T09:49:28.922 INFO:teuthology.orchestra.run.smithi143.stdout:osd.7 smithi143 running (59s) 53s ago 59s 13.7M 3224M 16.2.14-449-ga70aebef 377ff36742d8 10ba76f1b51e 2024-01-16T09:49:28.922 INFO:teuthology.orchestra.run.smithi143.stdout:prometheus.smithi143 smithi143 *:9095 running (103s) 53s ago 2m 41.9M - 2.33.4 514e6a882f6e 5cce0f0f5f86 2024-01-16T09:49:29.319 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-16T09:49:30.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:28.915781+0000 mgr.smithi143.harokq (mgr.14180) 127 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:30.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:29.104554+0000 mgr.smithi143.harokq (mgr.14180) 128 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:30.644 INFO:teuthology.orchestra.run.smithi143.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-16T09:49:30.644 INFO:teuthology.orchestra.run.smithi143.stdout:alertmanager ?:9093,9094 1/1 55s ago 3m count:1 2024-01-16T09:49:30.644 INFO:teuthology.orchestra.run.smithi143.stdout:crash 2/2 57s ago 3m * 2024-01-16T09:49:30.645 INFO:teuthology.orchestra.run.smithi143.stdout:grafana ?:3000 1/1 55s ago 3m count:1 2024-01-16T09:49:30.645 INFO:teuthology.orchestra.run.smithi143.stdout:mgr 2/2 57s ago 3m count:2 2024-01-16T09:49:30.645 INFO:teuthology.orchestra.run.smithi143.stdout:mon 2/2 57s ago 2m smithi143:172.21.15.143=smithi143;smithi204:172.21.15.204=smithi204;count:2 2024-01-16T09:49:30.645 INFO:teuthology.orchestra.run.smithi143.stdout:node-exporter ?:9100 2/2 57s ago 3m * 2024-01-16T09:49:30.645 INFO:teuthology.orchestra.run.smithi143.stdout:osd.all-available-devices 8 57s ago 116s * 2024-01-16T09:49:30.645 INFO:teuthology.orchestra.run.smithi143.stdout:prometheus ?:9095 1/1 55s ago 3m count:1 2024-01-16T09:49:30.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:28.915781+0000 mgr.smithi143.harokq (mgr.14180) 127 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:30.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:29.104554+0000 mgr.smithi143.harokq (mgr.14180) 128 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:31.115 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-16T09:49:31.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:30.645441+0000 mgr.smithi143.harokq (mgr.14180) 129 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:31.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:30.645441+0000 mgr.smithi143.harokq (mgr.14180) 129 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:32.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:31.104895+0000 mgr.smithi143.harokq (mgr.14180) 130 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:32.466 INFO:teuthology.orchestra.run.smithi143.stdout:HOST ADDR LABELS STATUS 2024-01-16T09:49:32.466 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 172.21.15.143 2024-01-16T09:49:32.466 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 172.21.15.204 2024-01-16T09:49:32.466 INFO:teuthology.orchestra.run.smithi143.stdout:2 hosts in cluster 2024-01-16T09:49:32.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:31.104895+0000 mgr.smithi143.harokq (mgr.14180) 130 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:32.842 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-16T09:49:33.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:32.470316+0000 mgr.smithi143.harokq (mgr.14180) 131 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:33.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:32.470316+0000 mgr.smithi143.harokq (mgr.14180) 131 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:34.206 INFO:teuthology.orchestra.run.smithi143.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62330073400BGN 372G 55s ago Has a FileSystem, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme1n1 ssd Linux_26c19f89f03bb05bd3a8 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme2n1 ssd Linux_c66934cf329916f35b10 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme3n1 ssd Linux_1607b10730c18a7dd818 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme4n1 ssd Linux_536a22bb5bec17ecb594 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GD400BGN 372G 58s ago Has a FileSystem, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme1n1 ssd Linux_0256b9efd0a62a19633d 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme2n1 ssd Linux_24b2304a914699cfd7de 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme3n1 ssd Linux_74df02b7c312d51a6ea2 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.207 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme4n1 ssd Linux_7dd794dc4b0c1ffcd9dc 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:34.500 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:33.105277+0000 mgr.smithi143.harokq (mgr.14180) 132 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:34.593 INFO:teuthology.run_tasks:Running task vip... 2024-01-16T09:49:34.602 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-16T09:49:34.602 INFO:tasks.vip:peername 172.21.15.143 2024-01-16T09:49:34.605 INFO:tasks.vip:172.21.15.143 in 172.21.0.0/20, pos 3982 2024-01-16T09:49:34.609 INFO:tasks.vip:smithi143.front.sepia.ceph.com static 10.0.15.143, vnet 10.0.0.0/16 2024-01-16T09:49:34.609 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-16T09:49:34.610 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip route ls 2024-01-16T09:49:34.638 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.143 metric 100 2024-01-16T09:49:34.638 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.143 metric 100 2024-01-16T09:49:34.639 INFO:tasks.vip:Configuring 10.0.15.143 on smithi143.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T09:49:34.640 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr add 10.0.15.143/16 dev enp3s0f1 2024-01-16T09:49:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:33.105277+0000 mgr.smithi143.harokq (mgr.14180) 132 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:34.708 INFO:tasks.vip:peername 172.21.15.204 2024-01-16T09:49:34.710 INFO:tasks.vip:172.21.15.204 in 172.21.0.0/20, pos 4043 2024-01-16T09:49:34.714 INFO:tasks.vip:smithi204.front.sepia.ceph.com static 10.0.15.204, vnet 10.0.0.0/16 2024-01-16T09:49:34.714 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip route ls 2024-01-16T09:49:34.754 INFO:teuthology.orchestra.run.smithi204.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.204 metric 100 2024-01-16T09:49:34.755 INFO:teuthology.orchestra.run.smithi204.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.204 metric 100 2024-01-16T09:49:34.755 INFO:tasks.vip:Configuring 10.0.15.204 on smithi204.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T09:49:34.756 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr add 10.0.15.204/16 dev enp3s0f1 2024-01-16T09:49:34.827 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:49:34.836 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-01-16T09:49:34.836 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-16T09:49:35.479 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:34.209469+0000 mgr.smithi143.harokq (mgr.14180) 133 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:35.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:34.209469+0000 mgr.smithi143.harokq (mgr.14180) 133 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:36.154 INFO:teuthology.orchestra.run.smithi143.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T09:49:36.154 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62330073400BGN 372G 57s ago Has a FileSystem, LVM detected 2024-01-16T09:49:36.154 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme1n1 ssd Linux_26c19f89f03bb05bd3a8 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.154 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme2n1 ssd Linux_c66934cf329916f35b10 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.154 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme3n1 ssd Linux_1607b10730c18a7dd818 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.154 INFO:teuthology.orchestra.run.smithi143.stdout:smithi143 /dev/nvme4n1 ssd Linux_536a22bb5bec17ecb594 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.155 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GD400BGN 372G 60s ago Has a FileSystem, LVM detected 2024-01-16T09:49:36.155 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme1n1 ssd Linux_0256b9efd0a62a19633d 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.155 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme2n1 ssd Linux_24b2304a914699cfd7de 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.155 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme3n1 ssd Linux_74df02b7c312d51a6ea2 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.155 INFO:teuthology.orchestra.run.smithi143.stdout:smithi204 /dev/nvme4n1 ssd Linux_7dd794dc4b0c1ffcd9dc 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:49:36.475 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:35.105538+0000 mgr.smithi143.harokq (mgr.14180) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:36.540 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-16T09:49:36.549 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-01-16T09:49:36.550 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-16T09:49:36.578 INFO:teuthology.orchestra.run.smithi143.stderr:+ systemctl stop nfs-server 2024-01-16T09:49:36.585 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi204.front.sepia.ceph.com 2024-01-16T09:49:36.585 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-16T09:49:36.609 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:35.105538+0000 mgr.smithi143.harokq (mgr.14180) 134 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:36.612 INFO:teuthology.orchestra.run.smithi204.stderr:+ systemctl stop nfs-server 2024-01-16T09:49:36.619 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:49:36.628 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi143.front.sepia.ceph.com 2024-01-16T09:49:36.629 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-16T09:49:37.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:36.156581+0000 mgr.smithi143.harokq (mgr.14180) 135 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:37.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:36.187397+0000 mon.smithi143 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:49:37.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:36.156581+0000 mgr.smithi143.harokq (mgr.14180) 135 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:37.471 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:36.187397+0000 mon.smithi143 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:49:38.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:37.105940+0000 mgr.smithi143.harokq (mgr.14180) 136 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:38.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:37.430679+0000 mon.smithi143 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:38.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:37.105940+0000 mgr.smithi143.harokq (mgr.14180) 136 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:38.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:37.430679+0000 mon.smithi143 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:39.614 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:38.351309+0000 mgr.smithi143.harokq (mgr.14180) 137 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:39.614 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:38.351827+0000 mon.smithi143 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-16T09:49:39.614 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:38.981504+0000 mon.smithi143 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-16T09:49:39.614 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:38.981567+0000 mon.smithi143 (mon.0) 568 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-16T09:49:39.615 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:38.985096+0000 mon.smithi143 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:49:39.615 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:39.444628+0000 mon.smithi143 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:39.852 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:38.351309+0000 mgr.smithi143.harokq (mgr.14180) 137 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:39.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:38.351827+0000 mon.smithi143 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-16T09:49:39.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:38.981504+0000 mon.smithi143 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-16T09:49:39.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:38.981567+0000 mon.smithi143 (mon.0) 568 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-16T09:49:39.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:38.985096+0000 mon.smithi143 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:49:39.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:39.444628+0000 mon.smithi143 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:40.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T09:49:39.983+0000 7f177d32c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-16T09:49:40.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:39.106285+0000 mgr.smithi143.harokq (mgr.14180) 138 : cluster [DBG] pgmap v105: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:39.867267+0000 mon.smithi143 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:39.981665+0000 mon.smithi143 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-16T09:49:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:39.981749+0000 mon.smithi143 (mon.0) 573 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-16T09:49:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:39.983515+0000 mon.smithi143 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:49:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:39.984255+0000 mon.smithi143 (mon.0) 575 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-16T09:49:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:39.984286+0000 mon.smithi143 (mon.0) 576 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-16T09:49:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:39.994945+0000 mon.smithi143 (mon.0) 577 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-16T09:49:40.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:39.995345+0000 mon.smithi143 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-16T09:49:40.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:39.995423+0000 mon.smithi143 (mon.0) 579 : cluster [DBG] fsmap foofs:0 2024-01-16T09:49:40.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:40.005724+0000 mon.smithi143 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:40.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:40.224636+0000 mon.smithi143 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:40.867 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.143/16 --port 2999' 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:39.106285+0000 mgr.smithi143.harokq (mgr.14180) 138 : cluster [DBG] pgmap v105: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:39.867267+0000 mon.smithi143 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:39.981665+0000 mon.smithi143 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:39.981749+0000 mon.smithi143 (mon.0) 573 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:39.983515+0000 mon.smithi143 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:39.984255+0000 mon.smithi143 (mon.0) 575 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:39.984286+0000 mon.smithi143 (mon.0) 576 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-16T09:49:40.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:39.994945+0000 mon.smithi143 (mon.0) 577 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-16T09:49:40.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:39.995345+0000 mon.smithi143 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-16T09:49:40.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:39.995423+0000 mon.smithi143 (mon.0) 579 : cluster [DBG] fsmap foofs:0 2024-01-16T09:49:40.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:40.005724+0000 mon.smithi143 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:40.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:40.224636+0000 mon.smithi143 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:41.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:40.001415+0000 mgr.smithi143.harokq (mgr.14180) 139 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-16T09:49:41.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:40.996559+0000 mon.smithi143 (mon.0) 582 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-16T09:49:41.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:40.001415+0000 mgr.smithi143.harokq (mgr.14180) 139 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-16T09:49:41.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:40.996559+0000 mon.smithi143 (mon.0) 582 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-16T09:49:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:41.106599+0000 mgr.smithi143.harokq (mgr.14180) 140 : cluster [DBG] pgmap v109: 65 pgs: 16 creating+peering, 5 active+clean, 44 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:41.999238+0000 mon.smithi143 (mon.0) 583 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-16T09:49:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.238128+0000 mon.smithi143 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-16T09:49:42.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.536829+0000 mon.smithi143 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:42.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:41.106599+0000 mgr.smithi143.harokq (mgr.14180) 140 : cluster [DBG] pgmap v109: 65 pgs: 16 creating+peering, 5 active+clean, 44 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:42.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:41.999238+0000 mon.smithi143 (mon.0) 583 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-16T09:49:42.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.238128+0000 mon.smithi143 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-16T09:49:42.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.536829+0000 mon.smithi143 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:43.820 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.236794+0000 mgr.smithi143.harokq (mgr.14180) 141 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.143/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.805202+0000 mon.smithi143 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.805826+0000 mon.smithi143 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.810015+0000 mon.smithi143 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.813366+0000 mon.smithi143 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.820318+0000 mon.smithi143 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.820915+0000 mon.smithi143 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.ldtphy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.824949+0000 mon.smithi143 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.ldtphy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:42.825446+0000 mon.smithi143 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:43.001194+0000 mon.smithi143 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:43.001235+0000 mon.smithi143 (mon.0) 595 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-16T09:49:43.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:43.002120+0000 mon.smithi143 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.236794+0000 mgr.smithi143.harokq (mgr.14180) 141 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.143/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.805202+0000 mon.smithi143 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.805826+0000 mon.smithi143 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.810015+0000 mon.smithi143 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.813366+0000 mon.smithi143 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.820318+0000 mon.smithi143 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.820915+0000 mon.smithi143 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.ldtphy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.824949+0000 mon.smithi143 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.ldtphy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:42.825446+0000 mon.smithi143 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:43.001194+0000 mon.smithi143 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-16T09:49:43.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:43.001235+0000 mon.smithi143 (mon.0) 595 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-16T09:49:43.871 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:43.002120+0000 mon.smithi143 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-16T09:49:44.037 INFO:teuthology.orchestra.run.smithi143.stdout:NFS Cluster Created Successfully 2024-01-16T09:49:44.398 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:42.825921+0000 mgr.smithi143.harokq (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi204.ldtphy on smithi204 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:43.106945+0000 mgr.smithi143.harokq (mgr.14180) 143 : cluster [DBG] pgmap v112: 97 pgs: 16 creating+peering, 39 active+clean, 42 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:44.006174+0000 mon.smithi143 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:44.006441+0000 mon.smithi143 (mon.0) 598 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:44.037332+0000 mon.smithi143 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:44.041125+0000 mon.smithi143 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:44.375740+0000 mon.smithi143 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:44.377086+0000 mon.smithi143 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.nupobt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:44.380335+0000 mon.smithi143 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.nupobt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:49:44.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:44.381122+0000 mon.smithi143 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:44.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:42.825921+0000 mgr.smithi143.harokq (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi204.ldtphy on smithi204 2024-01-16T09:49:44.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:43.106945+0000 mgr.smithi143.harokq (mgr.14180) 143 : cluster [DBG] pgmap v112: 97 pgs: 16 creating+peering, 39 active+clean, 42 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:44.006174+0000 mon.smithi143 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:44.006441+0000 mon.smithi143 (mon.0) 598 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:44.037332+0000 mon.smithi143 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:44.041125+0000 mon.smithi143 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:44.375740+0000 mon.smithi143 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:44.377086+0000 mon.smithi143 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.nupobt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:44.380335+0000 mon.smithi143 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.nupobt", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-16T09:49:44.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:44.381122+0000 mon.smithi143 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:44.033986+0000 mgr.smithi143.harokq (mgr.14180) 144 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:44.038532+0000 mgr.smithi143.harokq (mgr.14180) 145 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:44.381752+0000 mgr.smithi143.harokq (mgr.14180) 146 : cephadm [INF] Deploying daemon mds.foofs.smithi143.nupobt on smithi143 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.012031+0000 mon.smithi143 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.045161+0000 mon.smithi143 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.204:6832/372145940,v1:172.21.15.204:6833/372145940] up:boot 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.045202+0000 mon.smithi143 (mon.0) 607 : cluster [INF] daemon mds.foofs.smithi204.ldtphy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.045245+0000 mon.smithi143 (mon.0) 608 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.045260+0000 mon.smithi143 (mon.0) 609 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.045269+0000 mon.smithi143 (mon.0) 610 : cluster [INF] Cluster is now healthy 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.045433+0000 mon.smithi143 (mon.0) 611 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:45.045551+0000 mon.smithi143 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.ldtphy"}]: dispatch 2024-01-16T09:49:45.791 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.047833+0000 mon.smithi143 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:creating} 2024-01-16T09:49:45.792 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.060430+0000 mon.smithi143 (mon.0) 614 : cluster [INF] daemon mds.foofs.smithi204.ldtphy is now active in filesystem foofs as rank 0 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:44.033986+0000 mgr.smithi143.harokq (mgr.14180) 144 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:44.038532+0000 mgr.smithi143.harokq (mgr.14180) 145 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:44.381752+0000 mgr.smithi143.harokq (mgr.14180) 146 : cephadm [INF] Deploying daemon mds.foofs.smithi143.nupobt on smithi143 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.012031+0000 mon.smithi143 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.045161+0000 mon.smithi143 (mon.0) 606 : cluster [DBG] mds.? [v2:172.21.15.204:6832/372145940,v1:172.21.15.204:6833/372145940] up:boot 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.045202+0000 mon.smithi143 (mon.0) 607 : cluster [INF] daemon mds.foofs.smithi204.ldtphy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.045245+0000 mon.smithi143 (mon.0) 608 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-16T09:49:45.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.045260+0000 mon.smithi143 (mon.0) 609 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-16T09:49:45.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.045269+0000 mon.smithi143 (mon.0) 610 : cluster [INF] Cluster is now healthy 2024-01-16T09:49:45.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.045433+0000 mon.smithi143 (mon.0) 611 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-16T09:49:45.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:45.045551+0000 mon.smithi143 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.ldtphy"}]: dispatch 2024-01-16T09:49:45.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.047833+0000 mon.smithi143 (mon.0) 613 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:creating} 2024-01-16T09:49:45.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.060430+0000 mon.smithi143 (mon.0) 614 : cluster [INF] daemon mds.foofs.smithi204.ldtphy is now active in filesystem foofs as rank 0 2024-01-16T09:49:46.331 INFO:teuthology.orchestra.run.smithi143.stdout:{ 2024-01-16T09:49:46.331 INFO:teuthology.orchestra.run.smithi143.stdout: "bind": "/fake", 2024-01-16T09:49:46.331 INFO:teuthology.orchestra.run.smithi143.stdout: "fs": "foofs", 2024-01-16T09:49:46.332 INFO:teuthology.orchestra.run.smithi143.stdout: "path": "/", 2024-01-16T09:49:46.332 INFO:teuthology.orchestra.run.smithi143.stdout: "cluster": "foo", 2024-01-16T09:49:46.332 INFO:teuthology.orchestra.run.smithi143.stdout: "mode": "RW" 2024-01-16T09:49:46.332 INFO:teuthology.orchestra.run.smithi143.stdout:} 2024-01-16T09:49:46.813 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T09:49:46.824 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-16T09:49:46.824 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:49:46.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:45.107387+0000 mgr.smithi143.harokq (mgr.14180) 147 : cluster [DBG] pgmap v115: 97 pgs: 14 creating+peering, 59 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:46.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:46.052282+0000 mon.smithi143 (mon.0) 615 : cluster [DBG] mds.? [v2:172.21.15.204:6832/372145940,v1:172.21.15.204:6833/372145940] up:active 2024-01-16T09:49:46.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:46.052349+0000 mon.smithi143 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:active} 2024-01-16T09:49:46.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:46.325478+0000 mon.smithi143 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-16T09:49:46.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:46.328907+0000 mon.smithi143 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-16T09:49:46.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:46.494934+0000 mon.smithi143 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:46.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:46.496092+0000 mon.smithi143 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:49:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:45.107387+0000 mgr.smithi143.harokq (mgr.14180) 147 : cluster [DBG] pgmap v115: 97 pgs: 14 creating+peering, 59 active+clean, 24 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:46.052282+0000 mon.smithi143 (mon.0) 615 : cluster [DBG] mds.? [v2:172.21.15.204:6832/372145940,v1:172.21.15.204:6833/372145940] up:active 2024-01-16T09:49:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:46.052349+0000 mon.smithi143 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:active} 2024-01-16T09:49:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:46.325478+0000 mon.smithi143 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-16T09:49:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:46.328907+0000 mon.smithi143 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-16T09:49:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:46.494934+0000 mon.smithi143 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:46.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:46.496092+0000 mon.smithi143 (mon.0) 620 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:49:47.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:46.296733+0000 mgr.smithi143.harokq (mgr.14180) 148 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:47.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:46.617646+0000 mon.smithi143 (mon.0) 621 : cluster [DBG] mgrmap e19: smithi143.harokq(active, since 2m), standbys: smithi204.gleekz 2024-01-16T09:49:47.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:47.329991+0000 mon.smithi143 (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.143:6834/709029661,v1:172.21.15.143:6835/709029661] up:boot 2024-01-16T09:49:47.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:47.330253+0000 mon.smithi143 (mon.0) 623 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:active} 1 up:standby 2024-01-16T09:49:47.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:47.330339+0000 mon.smithi143 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.nupobt"}]: dispatch 2024-01-16T09:49:47.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:47.332600+0000 mon.smithi143 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:active} 1 up:standby 2024-01-16T09:49:47.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:46.296733+0000 mgr.smithi143.harokq (mgr.14180) 148 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:49:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:46.617646+0000 mon.smithi143 (mon.0) 621 : cluster [DBG] mgrmap e19: smithi143.harokq(active, since 2m), standbys: smithi204.gleekz 2024-01-16T09:49:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:47.329991+0000 mon.smithi143 (mon.0) 622 : cluster [DBG] mds.? [v2:172.21.15.143:6834/709029661,v1:172.21.15.143:6835/709029661] up:boot 2024-01-16T09:49:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:47.330253+0000 mon.smithi143 (mon.0) 623 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:active} 1 up:standby 2024-01-16T09:49:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:47.330339+0000 mon.smithi143 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.nupobt"}]: dispatch 2024-01-16T09:49:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:47.332600+0000 mon.smithi143 (mon.0) 625 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.ldtphy=up:active} 1 up:standby 2024-01-16T09:49:48.939 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:49:48.939 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:39.437902Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:39.437966Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:39.438027Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:39.437831Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:39.437690Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:39.438088Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:39.438244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:39.438175Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:49:49.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:47.108133+0000 mgr.smithi143.harokq (mgr.14180) 149 : cluster [DBG] pgmap v116: 97 pgs: 4 creating+peering, 93 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:49.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:47.791479+0000 mon.smithi143 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:49.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:48.624657+0000 mon.smithi143 (mon.0) 627 : cluster [DBG] mgrmap e20: smithi143.harokq(active, since 2m), standbys: smithi204.gleekz 2024-01-16T09:49:49.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:47.108133+0000 mgr.smithi143.harokq (mgr.14180) 149 : cluster [DBG] pgmap v116: 97 pgs: 4 creating+peering, 93 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:49:49.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:47.791479+0000 mon.smithi143 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:49.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:48.624657+0000 mon.smithi143 (mon.0) 627 : cluster [DBG] mgrmap e20: smithi143.harokq(active, since 2m), standbys: smithi204.gleekz 2024-01-16T09:49:49.478 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:49:50.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:48.816015+0000 mon.smithi143 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:50.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:48.816015+0000 mon.smithi143 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:50.480 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:48.940464+0000 mgr.smithi143.harokq (mgr.14180) 150 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:49.108524+0000 mgr.smithi143.harokq (mgr.14180) 151 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 7 op/s 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.887329+0000 mon.smithi143 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.888124+0000 mon.smithi143 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.888690+0000 mon.smithi143 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.892117+0000 mon.smithi143 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.895410+0000 mon.smithi143 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:49:50.947 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.902080+0000 mon.smithi143 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:49.917085+0000 mgr.smithi143.harokq (mgr.14180) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.gwpwfa 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.917370+0000 mon.smithi143 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.920564+0000 mon.smithi143 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:49.921028+0000 mgr.smithi143.harokq (mgr.14180) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.921236+0000 mon.smithi143 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.923998+0000 mon.smithi143 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.925200+0000 mon.smithi143 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.962444+0000 mon.smithi143 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:49.965597+0000 mon.smithi143 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:50.007387+0000 mgr.smithi143.harokq (mgr.14180) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:50.007473+0000 mgr.smithi143.harokq (mgr.14180) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.gwpwfa-rgw 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:50.007807+0000 mon.smithi143 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:50.011112+0000 mon.smithi143 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:50.014409+0000 mon.smithi143 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:50.948 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:50.015083+0000 mgr.smithi143.harokq (mgr.14180) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi143.gwpwfa on smithi143 2024-01-16T09:49:51.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:48.940464+0000 mgr.smithi143.harokq (mgr.14180) 150 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:51.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:49.108524+0000 mgr.smithi143.harokq (mgr.14180) 151 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 7 op/s 2024-01-16T09:49:51.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.887329+0000 mon.smithi143 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:51.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.888124+0000 mon.smithi143 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:51.157 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.888690+0000 mon.smithi143 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:49:51.157 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.892117+0000 mon.smithi143 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:51.157 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.895410+0000 mon.smithi143 (mon.0) 633 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:49:51.157 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.902080+0000 mon.smithi143 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:51.157 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:49.917085+0000 mgr.smithi143.harokq (mgr.14180) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.gwpwfa 2024-01-16T09:49:51.158 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.917370+0000 mon.smithi143 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:49:51.158 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.920564+0000 mon.smithi143 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:49:51.159 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:49.921028+0000 mgr.smithi143.harokq (mgr.14180) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-16T09:49:51.159 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.921236+0000 mon.smithi143 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:49:51.159 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.923998+0000 mon.smithi143 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:49:51.159 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.925200+0000 mon.smithi143 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.962444+0000 mon.smithi143 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:49.965597+0000 mon.smithi143 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:50.007387+0000 mgr.smithi143.harokq (mgr.14180) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:50.007473+0000 mgr.smithi143.harokq (mgr.14180) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi143.gwpwfa-rgw 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:50.007807+0000 mon.smithi143 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:50.011112+0000 mon.smithi143 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi143.gwpwfa-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:50.014409+0000 mon.smithi143 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:49:51.161 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:50.015083+0000 mgr.smithi143.harokq (mgr.14180) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi143.gwpwfa on smithi143 2024-01-16T09:49:52.070 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:51.109175+0000 mgr.smithi143.harokq (mgr.14180) 157 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 5 op/s 2024-01-16T09:49:52.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:51.109175+0000 mgr.smithi143.harokq (mgr.14180) 157 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 5 op/s 2024-01-16T09:49:52.501 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:49:52.502 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:49:52.864 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:49:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:52.233404+0000 mon.smithi143 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:52.239097+0000 mon.smithi143 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:49:52.246386+0000 mgr.smithi143.harokq (mgr.14180) 158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.amanip on smithi204 2024-01-16T09:49:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:52.501487+0000 mgr.smithi143.harokq (mgr.14180) 159 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:53.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:52.233404+0000 mon.smithi143 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:53.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:52.239097+0000 mon.smithi143 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:53.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:49:52.246386+0000 mgr.smithi143.harokq (mgr.14180) 158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.amanip on smithi204 2024-01-16T09:49:53.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:52.501487+0000 mgr.smithi143.harokq (mgr.14180) 159 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:53.865 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:49:54.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:53.109667+0000 mgr.smithi143.harokq (mgr.14180) 160 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 3 op/s 2024-01-16T09:49:54.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:53.822451+0000 mon.smithi143 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:54.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:53.109667+0000 mgr.smithi143.harokq (mgr.14180) 160 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 3 op/s 2024-01-16T09:49:54.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:53.822451+0000 mon.smithi143 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:55.296 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:49:55.296 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:49:55.648 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:49:56.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:55.110069+0000 mgr.smithi143.harokq (mgr.14180) 161 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-16T09:49:56.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:55.228343+0000 mon.smithi143 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:56.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:55.296446+0000 mgr.smithi143.harokq (mgr.14180) 162 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:56.649 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:49:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:55.110069+0000 mgr.smithi143.harokq (mgr.14180) 161 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-16T09:49:56.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:55.228343+0000 mon.smithi143 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:49:56.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:55.296446+0000 mgr.smithi143.harokq (mgr.14180) 162 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:58.016 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:49:58.016 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:49:58.321 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:57.110537+0000 mgr.smithi143.harokq (mgr.14180) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-01-16T09:49:58.430 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:49:58.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:57.110537+0000 mgr.smithi143.harokq (mgr.14180) 163 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-01-16T09:49:59.431 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:49:59.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:49:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:49:58.016849+0000 mgr.smithi143.harokq (mgr.14180) 164 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:49:59.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:49:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:49:58.016849+0000 mgr.smithi143.harokq (mgr.14180) 164 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:00.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:49:59.110861+0000 mgr.smithi143.harokq (mgr.14180) 165 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-01-16T09:50:00.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:00.000125+0000 mon.smithi143 (mon.0) 649 : cluster [INF] overall HEALTH_OK 2024-01-16T09:50:00.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:49:59.110861+0000 mgr.smithi143.harokq (mgr.14180) 165 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-01-16T09:50:00.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:00.000125+0000 mon.smithi143 (mon.0) 649 : cluster [INF] overall HEALTH_OK 2024-01-16T09:50:00.763 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:00.763 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:01.138 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:00.763954+0000 mgr.smithi143.harokq (mgr.14180) 166 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:01.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:00.763954+0000 mgr.smithi143.harokq (mgr.14180) 166 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:02.139 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:02.468 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:01.111620+0000 mgr.smithi143.harokq (mgr.14180) 167 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-01-16T09:50:02.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:01.111620+0000 mgr.smithi143.harokq (mgr.14180) 167 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-01-16T09:50:03.453 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:03.453 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:03.837 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:04.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:03.112201+0000 mgr.smithi143.harokq (mgr.14180) 168 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-16T09:50:04.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:03.454073+0000 mgr.smithi143.harokq (mgr.14180) 169 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:04.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:03.112201+0000 mgr.smithi143.harokq (mgr.14180) 168 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-16T09:50:04.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:03.454073+0000 mgr.smithi143.harokq (mgr.14180) 169 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:04.839 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:06.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:05.112572+0000 mgr.smithi143.harokq (mgr.14180) 170 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-16T09:50:06.383 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:06.383 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:06.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:05.112572+0000 mgr.smithi143.harokq (mgr.14180) 170 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-16T09:50:06.754 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:07.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:06.384421+0000 mgr.smithi143.harokq (mgr.14180) 171 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:07.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:06.384421+0000 mgr.smithi143.harokq (mgr.14180) 171 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:07.756 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:08.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:07.113067+0000 mgr.smithi143.harokq (mgr.14180) 172 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-01-16T09:50:08.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:07.113067+0000 mgr.smithi143.harokq (mgr.14180) 172 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-01-16T09:50:09.141 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:09.141 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:09.568 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:10.569 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:10.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:09.113450+0000 mgr.smithi143.harokq (mgr.14180) 173 : 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 2024-01-16T09:50:10.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:09.142231+0000 mgr.smithi143.harokq (mgr.14180) 174 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:10.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:09.113450+0000 mgr.smithi143.harokq (mgr.14180) 173 : 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 2024-01-16T09:50:10.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:09.142231+0000 mgr.smithi143.harokq (mgr.14180) 174 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:11.967 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:11.967 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:12.302 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:11.114033+0000 mgr.smithi143.harokq (mgr.14180) 175 : 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 2024-01-16T09:50:12.344 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:12.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:11.114033+0000 mgr.smithi143.harokq (mgr.14180) 175 : 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 2024-01-16T09:50:13.345 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:13.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:11.967798+0000 mgr.smithi143.harokq (mgr.14180) 176 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:13.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:11.967798+0000 mgr.smithi143.harokq (mgr.14180) 176 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:14.331 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:13.114561+0000 mgr.smithi143.harokq (mgr.14180) 177 : 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 2024-01-16T09:50:14.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:13.114561+0000 mgr.smithi143.harokq (mgr.14180) 177 : 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 2024-01-16T09:50:14.705 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:14.705 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:15.131 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:15.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:14.706508+0000 mgr.smithi143.harokq (mgr.14180) 178 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:15.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:14.706508+0000 mgr.smithi143.harokq (mgr.14180) 178 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:16.131 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:16.453 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:15.115002+0000 mgr.smithi143.harokq (mgr.14180) 179 : 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 2024-01-16T09:50:16.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:15.115002+0000 mgr.smithi143.harokq (mgr.14180) 179 : 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 2024-01-16T09:50:17.531 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:17.531 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:17.911 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:18.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:17.115499+0000 mgr.smithi143.harokq (mgr.14180) 180 : 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 2024-01-16T09:50:18.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:17.531681+0000 mgr.smithi143.harokq (mgr.14180) 181 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:17.115499+0000 mgr.smithi143.harokq (mgr.14180) 180 : 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 2024-01-16T09:50:18.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:17.531681+0000 mgr.smithi143.harokq (mgr.14180) 181 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:18.912 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:20.283 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:20.283 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:20.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:19.115894+0000 mgr.smithi143.harokq (mgr.14180) 182 : 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 2024-01-16T09:50:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:19.115894+0000 mgr.smithi143.harokq (mgr.14180) 182 : 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 2024-01-16T09:50:20.660 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:20.283599+0000 mgr.smithi143.harokq (mgr.14180) 183 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:21.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:20.283599+0000 mgr.smithi143.harokq (mgr.14180) 183 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:21.661 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:22.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:21.116297+0000 mgr.smithi143.harokq (mgr.14180) 184 : 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 2024-01-16T09:50:22.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:21.116297+0000 mgr.smithi143.harokq (mgr.14180) 184 : 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 2024-01-16T09:50:23.104 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:23.104 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:23.493 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:24.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:23.105913+0000 mgr.smithi143.harokq (mgr.14180) 185 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:24.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:23.116721+0000 mgr.smithi143.harokq (mgr.14180) 186 : 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 2024-01-16T09:50:24.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:23.105913+0000 mgr.smithi143.harokq (mgr.14180) 185 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:24.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:23.116721+0000 mgr.smithi143.harokq (mgr.14180) 186 : 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 2024-01-16T09:50:24.494 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:25.898 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:25.899 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:26.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:25.117094+0000 mgr.smithi143.harokq (mgr.14180) 187 : 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 2024-01-16T09:50:26.285 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:26.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:25.117094+0000 mgr.smithi143.harokq (mgr.14180) 187 : 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 2024-01-16T09:50:27.286 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:27.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:25.899229+0000 mgr.smithi143.harokq (mgr.14180) 188 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:27.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:25.899229+0000 mgr.smithi143.harokq (mgr.14180) 188 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:28.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:27.117661+0000 mgr.smithi143.harokq (mgr.14180) 189 : 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 2024-01-16T09:50:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:27.117661+0000 mgr.smithi143.harokq (mgr.14180) 189 : 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 2024-01-16T09:50:28.740 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:28.740 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:29.126 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:29.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:28.741177+0000 mgr.smithi143.harokq (mgr.14180) 190 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:29.488 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:28.741177+0000 mgr.smithi143.harokq (mgr.14180) 190 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:30.127 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:30.435 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:29.118048+0000 mgr.smithi143.harokq (mgr.14180) 191 : 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 2024-01-16T09:50:30.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:29.118048+0000 mgr.smithi143.harokq (mgr.14180) 191 : 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 2024-01-16T09:50:31.471 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:31.471 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:31.854 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:31.118552+0000 mgr.smithi143.harokq (mgr.14180) 192 : 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 2024-01-16T09:50:32.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:31.472350+0000 mgr.smithi143.harokq (mgr.14180) 193 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:31.118552+0000 mgr.smithi143.harokq (mgr.14180) 192 : 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 2024-01-16T09:50:32.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:31.472350+0000 mgr.smithi143.harokq (mgr.14180) 193 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:32.855 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:34.340 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:34.340 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:34.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:33.118996+0000 mgr.smithi143.harokq (mgr.14180) 194 : 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 2024-01-16T09:50:34.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:33.118996+0000 mgr.smithi143.harokq (mgr.14180) 194 : 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 2024-01-16T09:50:34.741 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:35.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:34.341398+0000 mgr.smithi143.harokq (mgr.14180) 195 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:35.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:34.341398+0000 mgr.smithi143.harokq (mgr.14180) 195 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:35.742 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:36.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:35.119558+0000 mgr.smithi143.harokq (mgr.14180) 196 : 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 2024-01-16T09:50:36.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:35.119558+0000 mgr.smithi143.harokq (mgr.14180) 196 : 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 2024-01-16T09:50:37.224 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:37.224 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:37.640 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:38.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:37.120071+0000 mgr.smithi143.harokq (mgr.14180) 197 : 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 2024-01-16T09:50:38.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:37.225143+0000 mgr.smithi143.harokq (mgr.14180) 198 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:38.641 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:37.120071+0000 mgr.smithi143.harokq (mgr.14180) 197 : 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 2024-01-16T09:50:38.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:37.225143+0000 mgr.smithi143.harokq (mgr.14180) 198 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:39.991 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:39.992 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:40.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:39.120471+0000 mgr.smithi143.harokq (mgr.14180) 199 : 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 2024-01-16T09:50:40.498 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:40.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:39.120471+0000 mgr.smithi143.harokq (mgr.14180) 199 : 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 2024-01-16T09:50:41.499 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:41.530 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:39.992772+0000 mgr.smithi143.harokq (mgr.14180) 200 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:41.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:39.992772+0000 mgr.smithi143.harokq (mgr.14180) 200 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:42.519 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:41.121175+0000 mgr.smithi143.harokq (mgr.14180) 201 : 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 2024-01-16T09:50:42.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:41.121175+0000 mgr.smithi143.harokq (mgr.14180) 201 : 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 2024-01-16T09:50:42.924 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:42.924 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:43.350 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:44.351 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:44.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:42.925960+0000 mgr.smithi143.harokq (mgr.14180) 202 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:44.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:43.121631+0000 mgr.smithi143.harokq (mgr.14180) 203 : 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 2024-01-16T09:50:44.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:42.925960+0000 mgr.smithi143.harokq (mgr.14180) 202 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:44.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:43.121631+0000 mgr.smithi143.harokq (mgr.14180) 203 : 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 2024-01-16T09:50:45.735 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:45.735 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:46.122 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:46.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:45.122080+0000 mgr.smithi143.harokq (mgr.14180) 204 : 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 2024-01-16T09:50:46.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:45.736535+0000 mgr.smithi143.harokq (mgr.14180) 205 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:45.122080+0000 mgr.smithi143.harokq (mgr.14180) 204 : 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 2024-01-16T09:50:46.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:45.736535+0000 mgr.smithi143.harokq (mgr.14180) 205 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:47.124 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:48.507 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:48.507 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:48.532 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:47.122640+0000 mgr.smithi143.harokq (mgr.14180) 206 : 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 2024-01-16T09:50:48.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:47.122640+0000 mgr.smithi143.harokq (mgr.14180) 206 : 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 2024-01-16T09:50:48.888 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:49.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:48.508527+0000 mgr.smithi143.harokq (mgr.14180) 207 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:49.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:48.508527+0000 mgr.smithi143.harokq (mgr.14180) 207 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:49.889 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:50.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:49.123201+0000 mgr.smithi143.harokq (mgr.14180) 208 : 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 2024-01-16T09:50:50.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:49.123201+0000 mgr.smithi143.harokq (mgr.14180) 208 : 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 2024-01-16T09:50:51.238 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:51.238 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:51.622 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:52.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:51.123728+0000 mgr.smithi143.harokq (mgr.14180) 209 : 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 2024-01-16T09:50:52.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:51.238655+0000 mgr.smithi143.harokq (mgr.14180) 210 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:52.623 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:51.123728+0000 mgr.smithi143.harokq (mgr.14180) 209 : 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 2024-01-16T09:50:52.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:51.238655+0000 mgr.smithi143.harokq (mgr.14180) 210 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:54.059 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:54.060 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:54.349 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:53.124260+0000 mgr.smithi143.harokq (mgr.14180) 211 : 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 2024-01-16T09:50:54.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:53.124260+0000 mgr.smithi143.harokq (mgr.14180) 211 : 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 2024-01-16T09:50:54.438 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:55.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:54.060530+0000 mgr.smithi143.harokq (mgr.14180) 212 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:55.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:54.060530+0000 mgr.smithi143.harokq (mgr.14180) 212 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:55.439 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:56.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:55.124810+0000 mgr.smithi143.harokq (mgr.14180) 213 : 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 2024-01-16T09:50:56.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:55.124810+0000 mgr.smithi143.harokq (mgr.14180) 213 : 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 2024-01-16T09:50:56.799 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:56.800 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:50:57.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:56.801028+0000 mgr.smithi143.harokq (mgr.14180) 214 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:57.350 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:50:57.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:56.801028+0000 mgr.smithi143.harokq (mgr.14180) 214 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:50:58.350 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:50:58.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:50:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:57.125347+0000 mgr.smithi143.harokq (mgr.14180) 215 : 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 2024-01-16T09:50:58.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:50:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:57.125347+0000 mgr.smithi143.harokq (mgr.14180) 215 : 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 2024-01-16T09:50:59.698 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:50:59.698 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:00.071 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:00.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:50:59.125846+0000 mgr.smithi143.harokq (mgr.14180) 216 : 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 2024-01-16T09:51:00.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:50:59.698920+0000 mgr.smithi143.harokq (mgr.14180) 217 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:00.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:50:59.125846+0000 mgr.smithi143.harokq (mgr.14180) 216 : 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 2024-01-16T09:51:00.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:50:59.698920+0000 mgr.smithi143.harokq (mgr.14180) 217 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:01.072 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:02.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:01.126408+0000 mgr.smithi143.harokq (mgr.14180) 218 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:51:02.483 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:02.483 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:01.126408+0000 mgr.smithi143.harokq (mgr.14180) 218 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:51:02.862 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:03.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:02.484807+0000 mgr.smithi143.harokq (mgr.14180) 219 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:03.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:02.484807+0000 mgr.smithi143.harokq (mgr.14180) 219 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:03.862 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:04.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:03.127231+0000 mgr.smithi143.harokq (mgr.14180) 220 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:04.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:03.127231+0000 mgr.smithi143.harokq (mgr.14180) 220 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:05.211 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:05.211 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:05.585 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:06.586 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:06.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:05.127655+0000 mgr.smithi143.harokq (mgr.14180) 221 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:06.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:05.212541+0000 mgr.smithi143.harokq (mgr.14180) 222 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:05.127655+0000 mgr.smithi143.harokq (mgr.14180) 221 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:06.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:05.212541+0000 mgr.smithi143.harokq (mgr.14180) 222 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:07.969 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:07.969 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:08.325 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:07.128396+0000 mgr.smithi143.harokq (mgr.14180) 223 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:08.369 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:07.128396+0000 mgr.smithi143.harokq (mgr.14180) 223 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:09.371 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:09.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:07.970633+0000 mgr.smithi143.harokq (mgr.14180) 224 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:09.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:07.970633+0000 mgr.smithi143.harokq (mgr.14180) 224 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:10.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:09.128956+0000 mgr.smithi143.harokq (mgr.14180) 225 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:09.128956+0000 mgr.smithi143.harokq (mgr.14180) 225 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:10.762 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:10.762 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:11.157 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:11.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:10.763735+0000 mgr.smithi143.harokq (mgr.14180) 226 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:11.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:10.763735+0000 mgr.smithi143.harokq (mgr.14180) 226 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:12.158 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:12.543 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:11.129613+0000 mgr.smithi143.harokq (mgr.14180) 227 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:51:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:11.129613+0000 mgr.smithi143.harokq (mgr.14180) 227 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:51:13.646 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:13.646 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:14.027 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:14.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:13.130041+0000 mgr.smithi143.harokq (mgr.14180) 228 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:14.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:13.647329+0000 mgr.smithi143.harokq (mgr.14180) 229 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:14.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:13.130041+0000 mgr.smithi143.harokq (mgr.14180) 228 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:14.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:13.647329+0000 mgr.smithi143.harokq (mgr.14180) 229 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:15.027 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:16.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:15.130444+0000 mgr.smithi143.harokq (mgr.14180) 230 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:16.444 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:16.445 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:15.130444+0000 mgr.smithi143.harokq (mgr.14180) 230 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:51:16.851 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:17.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:16.446127+0000 mgr.smithi143.harokq (mgr.14180) 231 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:17.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:16.446127+0000 mgr.smithi143.harokq (mgr.14180) 231 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:17.852 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:18.530 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:17.130903+0000 mgr.smithi143.harokq (mgr.14180) 232 : 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, 170 B/s wr, 0 op/s 2024-01-16T09:51:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:17.130903+0000 mgr.smithi143.harokq (mgr.14180) 232 : 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, 170 B/s wr, 0 op/s 2024-01-16T09:51:19.221 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:19.221 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:19.568 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:20.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:19.009504+0000 mon.smithi143 (mon.0) 650 : cluster [DBG] mgrmap e21: smithi143.harokq(active, since 4m), standbys: smithi204.gleekz 2024-01-16T09:51:20.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:19.131301+0000 mgr.smithi143.harokq (mgr.14180) 233 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:51:20.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:19.222564+0000 mgr.smithi143.harokq (mgr.14180) 234 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:20.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:19.009504+0000 mon.smithi143 (mon.0) 650 : cluster [DBG] mgrmap e21: smithi143.harokq(active, since 4m), standbys: smithi204.gleekz 2024-01-16T09:51:20.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:19.131301+0000 mgr.smithi143.harokq (mgr.14180) 233 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:51:20.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:19.222564+0000 mgr.smithi143.harokq (mgr.14180) 234 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:20.570 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:21.894 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:21.894 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:22.275 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:22.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:21.131820+0000 mgr.smithi143.harokq (mgr.14180) 235 : 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, 170 B/s wr, 0 op/s 2024-01-16T09:51:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:21.131820+0000 mgr.smithi143.harokq (mgr.14180) 235 : 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, 170 B/s wr, 0 op/s 2024-01-16T09:51:23.276 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:23.610 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:21.894790+0000 mgr.smithi143.harokq (mgr.14180) 236 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:23.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:21.894790+0000 mgr.smithi143.harokq (mgr.14180) 236 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:24.321 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:23.132516+0000 mgr.smithi143.harokq (mgr.14180) 237 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:51:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:23.132516+0000 mgr.smithi143.harokq (mgr.14180) 237 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:51:24.692 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:24.692 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:25.066 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:25.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:24.693944+0000 mgr.smithi143.harokq (mgr.14180) 238 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:25.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:24.693944+0000 mgr.smithi143.harokq (mgr.14180) 238 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:26.067 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:26.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:25.133209+0000 mgr.smithi143.harokq (mgr.14180) 239 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:51:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:25.133209+0000 mgr.smithi143.harokq (mgr.14180) 239 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:51:27.432 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:27.432 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:27.798 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:28.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:27.133987+0000 mgr.smithi143.harokq (mgr.14180) 240 : 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, 170 B/s wr, 0 op/s 2024-01-16T09:51:28.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:27.433352+0000 mgr.smithi143.harokq (mgr.14180) 241 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:27.133987+0000 mgr.smithi143.harokq (mgr.14180) 240 : 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, 170 B/s wr, 0 op/s 2024-01-16T09:51:28.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:27.433352+0000 mgr.smithi143.harokq (mgr.14180) 241 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:28.799 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:30.160 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:30.160 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:30.480 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:29.134420+0000 mgr.smithi143.harokq (mgr.14180) 242 : 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 2024-01-16T09:51:30.565 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:29.134420+0000 mgr.smithi143.harokq (mgr.14180) 242 : 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 2024-01-16T09:51:31.566 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:31.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:30.160438+0000 mgr.smithi143.harokq (mgr.14180) 243 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:31.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:30.160438+0000 mgr.smithi143.harokq (mgr.14180) 243 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:32.585 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:31.135026+0000 mgr.smithi143.harokq (mgr.14180) 244 : 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 2024-01-16T09:51:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:31.135026+0000 mgr.smithi143.harokq (mgr.14180) 244 : 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 2024-01-16T09:51:32.958 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:32.958 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:33.340 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:34.342 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:34.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:32.959293+0000 mgr.smithi143.harokq (mgr.14180) 245 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:34.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:33.135537+0000 mgr.smithi143.harokq (mgr.14180) 246 : 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 2024-01-16T09:51:34.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:32.959293+0000 mgr.smithi143.harokq (mgr.14180) 245 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:34.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:33.135537+0000 mgr.smithi143.harokq (mgr.14180) 246 : 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 2024-01-16T09:51:35.753 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:35.753 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:36.140 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:36.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:35.135951+0000 mgr.smithi143.harokq (mgr.14180) 247 : 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 2024-01-16T09:51:36.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:35.753985+0000 mgr.smithi143.harokq (mgr.14180) 248 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:36.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:35.135951+0000 mgr.smithi143.harokq (mgr.14180) 247 : 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 2024-01-16T09:51:36.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:35.753985+0000 mgr.smithi143.harokq (mgr.14180) 248 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:37.140 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:38.521 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:38.521 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:38.547 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:37.136564+0000 mgr.smithi143.harokq (mgr.14180) 249 : 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 2024-01-16T09:51:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:37.136564+0000 mgr.smithi143.harokq (mgr.14180) 249 : 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 2024-01-16T09:51:38.905 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:39.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:38.522608+0000 mgr.smithi143.harokq (mgr.14180) 250 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:39.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:38.522608+0000 mgr.smithi143.harokq (mgr.14180) 250 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:39.906 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:40.479 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:39.137041+0000 mgr.smithi143.harokq (mgr.14180) 251 : 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 2024-01-16T09:51:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:39.137041+0000 mgr.smithi143.harokq (mgr.14180) 251 : 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 2024-01-16T09:51:41.290 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:41.291 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:41.681 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:42.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:41.137574+0000 mgr.smithi143.harokq (mgr.14180) 252 : 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 2024-01-16T09:51:42.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:41.291966+0000 mgr.smithi143.harokq (mgr.14180) 253 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:41.137574+0000 mgr.smithi143.harokq (mgr.14180) 252 : 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 2024-01-16T09:51:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:41.291966+0000 mgr.smithi143.harokq (mgr.14180) 253 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:42.682 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:44.089 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:44.089 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:44.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:43.138228+0000 mgr.smithi143.harokq (mgr.14180) 254 : 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 2024-01-16T09:51:44.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:43.138228+0000 mgr.smithi143.harokq (mgr.14180) 254 : 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 2024-01-16T09:51:44.479 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:45.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:44.090467+0000 mgr.smithi143.harokq (mgr.14180) 255 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:45.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:44.090467+0000 mgr.smithi143.harokq (mgr.14180) 255 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:45.480 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:46.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:45.138658+0000 mgr.smithi143.harokq (mgr.14180) 256 : 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 2024-01-16T09:51:46.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:45.138658+0000 mgr.smithi143.harokq (mgr.14180) 256 : 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 2024-01-16T09:51:46.887 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:46.888 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:47.269 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:48.271 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:48.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:46.888658+0000 mgr.smithi143.harokq (mgr.14180) 257 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:48.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:47.139218+0000 mgr.smithi143.harokq (mgr.14180) 258 : 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 2024-01-16T09:51:48.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:46.888658+0000 mgr.smithi143.harokq (mgr.14180) 257 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:48.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:47.139218+0000 mgr.smithi143.harokq (mgr.14180) 258 : 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 2024-01-16T09:51:49.636 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:49.636 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:49.996 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:50.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:49.139550+0000 mgr.smithi143.harokq (mgr.14180) 259 : 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 2024-01-16T09:51:50.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:49.637376+0000 mgr.smithi143.harokq (mgr.14180) 260 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:50.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:49.139550+0000 mgr.smithi143.harokq (mgr.14180) 259 : 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 2024-01-16T09:51:50.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:49.637376+0000 mgr.smithi143.harokq (mgr.14180) 260 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:50.997 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:52.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:51.140075+0000 mgr.smithi143.harokq (mgr.14180) 261 : 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 2024-01-16T09:51:52.420 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:52.420 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:51.140075+0000 mgr.smithi143.harokq (mgr.14180) 261 : 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 2024-01-16T09:51:52.828 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:53.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:52.421587+0000 mgr.smithi143.harokq (mgr.14180) 262 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:53.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:52.421587+0000 mgr.smithi143.harokq (mgr.14180) 262 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:53.829 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:54.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:53.140552+0000 mgr.smithi143.harokq (mgr.14180) 263 : 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 2024-01-16T09:51:54.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:53.140552+0000 mgr.smithi143.harokq (mgr.14180) 263 : 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 2024-01-16T09:51:55.203 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:55.204 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:55.587 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:56.588 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:56.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:55.140882+0000 mgr.smithi143.harokq (mgr.14180) 264 : 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 2024-01-16T09:51:56.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:55.204748+0000 mgr.smithi143.harokq (mgr.14180) 265 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:55.140882+0000 mgr.smithi143.harokq (mgr.14180) 264 : 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 2024-01-16T09:51:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:55.204748+0000 mgr.smithi143.harokq (mgr.14180) 265 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:57.933 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:51:57.933 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:51:58.251 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:57.141464+0000 mgr.smithi143.harokq (mgr.14180) 266 : 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 2024-01-16T09:51:58.353 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:51:58.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:57.141464+0000 mgr.smithi143.harokq (mgr.14180) 266 : 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 2024-01-16T09:51:59.354 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:51:59.488 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:51:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:51:57.934694+0000 mgr.smithi143.harokq (mgr.14180) 267 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:51:59.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:51:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:51:57.934694+0000 mgr.smithi143.harokq (mgr.14180) 267 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:00.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:51:59.142001+0000 mgr.smithi143.harokq (mgr.14180) 268 : 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 2024-01-16T09:52:00.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:51:59.142001+0000 mgr.smithi143.harokq (mgr.14180) 268 : 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 2024-01-16T09:52:00.756 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:00.757 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:01.143 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:01.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:00.758074+0000 mgr.smithi143.harokq (mgr.14180) 269 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:01.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:00.758074+0000 mgr.smithi143.harokq (mgr.14180) 269 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:02.144 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:02.477 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:01.142468+0000 mgr.smithi143.harokq (mgr.14180) 270 : 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 2024-01-16T09:52:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:01.142468+0000 mgr.smithi143.harokq (mgr.14180) 270 : 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 2024-01-16T09:52:03.548 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:03.549 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:04.028 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:04.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:03.142895+0000 mgr.smithi143.harokq (mgr.14180) 271 : 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 2024-01-16T09:52:04.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:03.549960+0000 mgr.smithi143.harokq (mgr.14180) 272 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:04.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:03.142895+0000 mgr.smithi143.harokq (mgr.14180) 271 : 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 2024-01-16T09:52:04.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:03.549960+0000 mgr.smithi143.harokq (mgr.14180) 272 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:05.030 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:06.331 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:05.143315+0000 mgr.smithi143.harokq (mgr.14180) 273 : 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 2024-01-16T09:52:06.397 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:06.397 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:05.143315+0000 mgr.smithi143.harokq (mgr.14180) 273 : 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 2024-01-16T09:52:06.776 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:07.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:06.398683+0000 mgr.smithi143.harokq (mgr.14180) 274 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:07.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:06.398683+0000 mgr.smithi143.harokq (mgr.14180) 274 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:07.777 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:08.546 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:07.144012+0000 mgr.smithi143.harokq (mgr.14180) 275 : 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 2024-01-16T09:52:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:07.144012+0000 mgr.smithi143.harokq (mgr.14180) 275 : 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 2024-01-16T09:52:09.210 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:09.210 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:09.584 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:10.585 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:10.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:09.144402+0000 mgr.smithi143.harokq (mgr.14180) 276 : 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 2024-01-16T09:52:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:09.211659+0000 mgr.smithi143.harokq (mgr.14180) 277 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:09.144402+0000 mgr.smithi143.harokq (mgr.14180) 276 : 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 2024-01-16T09:52:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:09.211659+0000 mgr.smithi143.harokq (mgr.14180) 277 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:11.922 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:11.922 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:12.309 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:12.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:11.144828+0000 mgr.smithi143.harokq (mgr.14180) 278 : 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 2024-01-16T09:52:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:11.144828+0000 mgr.smithi143.harokq (mgr.14180) 278 : 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 2024-01-16T09:52:13.310 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:13.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:11.923319+0000 mgr.smithi143.harokq (mgr.14180) 279 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:13.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:11.923319+0000 mgr.smithi143.harokq (mgr.14180) 279 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:14.445 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:13.145503+0000 mgr.smithi143.harokq (mgr.14180) 280 : 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 2024-01-16T09:52:14.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:13.145503+0000 mgr.smithi143.harokq (mgr.14180) 280 : 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 2024-01-16T09:52:14.784 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:14.785 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:15.182 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:15.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:14.786140+0000 mgr.smithi143.harokq (mgr.14180) 281 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:15.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:14.786140+0000 mgr.smithi143.harokq (mgr.14180) 281 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:16.184 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:16.525 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:15.146097+0000 mgr.smithi143.harokq (mgr.14180) 282 : 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 2024-01-16T09:52:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:15.146097+0000 mgr.smithi143.harokq (mgr.14180) 282 : 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 2024-01-16T09:52:17.559 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:17.559 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:17.924 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:18.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:17.146772+0000 mgr.smithi143.harokq (mgr.14180) 283 : 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 2024-01-16T09:52:18.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:17.560097+0000 mgr.smithi143.harokq (mgr.14180) 284 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:17.146772+0000 mgr.smithi143.harokq (mgr.14180) 283 : 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 2024-01-16T09:52:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:17.560097+0000 mgr.smithi143.harokq (mgr.14180) 284 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:18.925 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:20.278 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:20.279 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z 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.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:20.597 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:19.147166+0000 mgr.smithi143.harokq (mgr.14180) 285 : 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 2024-01-16T09:52:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:19.147166+0000 mgr.smithi143.harokq (mgr.14180) 285 : 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 2024-01-16T09:52:20.682 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:21.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:20.279741+0000 mgr.smithi143.harokq (mgr.14180) 286 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:21.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:20.279741+0000 mgr.smithi143.harokq (mgr.14180) 286 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:21.682 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:22.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:21.147712+0000 mgr.smithi143.harokq (mgr.14180) 287 : 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 2024-01-16T09:52:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:21.147712+0000 mgr.smithi143.harokq (mgr.14180) 287 : 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 2024-01-16T09:52:23.174 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:23.174 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:23.505 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:52:22.821618+0000 mgr.smithi143.harokq (mgr.14180) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.505 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.505 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.amanip ... 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:50:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:51:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:51:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Traceback (most recent call last): 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: yield (conn, connr) 2024-01-16T09:52:23.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: code, '\n'.join(err))) 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.amanip ... 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:50:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:51:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:51:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:52:22.821802+0000 mgr.smithi143.harokq (mgr.14180) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.507 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:22.822137+0000 mon.smithi143 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.amanip"}]: dispatch 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:52:22.822744+0000 mgr.smithi143.harokq (mgr.14180) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.amanip ... 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:50:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:51:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:51:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:52:22.824076+0000 mgr.smithi143.harokq (mgr.14180) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mgtrau on smithi143 2024-01-16T09:52:23.591 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:52:22.821618+0000 mgr.smithi143.harokq (mgr.14180) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.amanip ... 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:50:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:51:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:51:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Traceback (most recent call last): 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: yield (conn, connr) 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: code, '\n'.join(err))) 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.amanip ... 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:52:23.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:50:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:51:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:51:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:52:22.821802+0000 mgr.smithi143.harokq (mgr.14180) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:22.822137+0000 mon.smithi143 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.amanip"}]: dispatch 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:52:22.822744+0000 mgr.smithi143.harokq (mgr.14180) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.amanip ... 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:52:23.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:50:30Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:51:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:51:45Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:52:23.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:52:23.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:52:23.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:52:22.824076+0000 mgr.smithi143.harokq (mgr.14180) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mgtrau on smithi143 2024-01-16T09:52:24.593 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:24.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:23.148260+0000 mgr.smithi143.harokq (mgr.14180) 292 : 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 2024-01-16T09:52:24.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:23.174650+0000 mgr.smithi143.harokq (mgr.14180) 293 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:23.148260+0000 mgr.smithi143.harokq (mgr.14180) 292 : 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 2024-01-16T09:52:24.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:23.174650+0000 mgr.smithi143.harokq (mgr.14180) 293 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:26.049 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:26.049 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:26.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:25.148680+0000 mgr.smithi143.harokq (mgr.14180) 294 : 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 2024-01-16T09:52:26.427 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:25.148680+0000 mgr.smithi143.harokq (mgr.14180) 294 : 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 2024-01-16T09:52:27.428 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:27.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:26.050098+0000 mgr.smithi143.harokq (mgr.14180) 295 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:27.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:26.050098+0000 mgr.smithi143.harokq (mgr.14180) 295 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:28.477 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:27.149491+0000 mgr.smithi143.harokq (mgr.14180) 296 : 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 2024-01-16T09:52:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:27.149491+0000 mgr.smithi143.harokq (mgr.14180) 296 : 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 2024-01-16T09:52:28.857 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:28.857 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:29.238 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:30.239 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:30.582 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:28.858507+0000 mgr.smithi143.harokq (mgr.14180) 297 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:30.582 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:29.149871+0000 mgr.smithi143.harokq (mgr.14180) 298 : 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 2024-01-16T09:52:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:28.858507+0000 mgr.smithi143.harokq (mgr.14180) 297 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:29.149871+0000 mgr.smithi143.harokq (mgr.14180) 298 : 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 2024-01-16T09:52:31.666 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:31.667 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:32.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:31.150316+0000 mgr.smithi143.harokq (mgr.14180) 299 : 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 2024-01-16T09:52:32.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:31.667809+0000 mgr.smithi143.harokq (mgr.14180) 300 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:31.150316+0000 mgr.smithi143.harokq (mgr.14180) 299 : 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 2024-01-16T09:52:32.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:31.667809+0000 mgr.smithi143.harokq (mgr.14180) 300 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:33.033 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:34.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:33.150870+0000 mgr.smithi143.harokq (mgr.14180) 301 : 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 2024-01-16T09:52:34.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:33.150870+0000 mgr.smithi143.harokq (mgr.14180) 301 : 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 2024-01-16T09:52:34.515 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:34.515 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:34.905 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:35.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:34.515913+0000 mgr.smithi143.harokq (mgr.14180) 302 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:35.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:34.515913+0000 mgr.smithi143.harokq (mgr.14180) 302 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:35.906 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:36.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:35.151345+0000 mgr.smithi143.harokq (mgr.14180) 303 : 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 2024-01-16T09:52:36.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:35.151345+0000 mgr.smithi143.harokq (mgr.14180) 303 : 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 2024-01-16T09:52:37.330 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:37.331 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:37.754 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:38.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:37.151941+0000 mgr.smithi143.harokq (mgr.14180) 304 : 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 2024-01-16T09:52:38.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:37.331706+0000 mgr.smithi143.harokq (mgr.14180) 305 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:37.151941+0000 mgr.smithi143.harokq (mgr.14180) 304 : 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 2024-01-16T09:52:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:37.331706+0000 mgr.smithi143.harokq (mgr.14180) 305 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:38.754 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:40.170 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:40.170 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:40.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:39.152346+0000 mgr.smithi143.harokq (mgr.14180) 306 : 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 2024-01-16T09:52:40.613 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:39.152346+0000 mgr.smithi143.harokq (mgr.14180) 306 : 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 2024-01-16T09:52:41.614 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:41.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:40.171003+0000 mgr.smithi143.harokq (mgr.14180) 307 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:41.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:40.171003+0000 mgr.smithi143.harokq (mgr.14180) 307 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:42.552 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:41.152733+0000 mgr.smithi143.harokq (mgr.14180) 308 : 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 2024-01-16T09:52:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:41.152733+0000 mgr.smithi143.harokq (mgr.14180) 308 : 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 2024-01-16T09:52:43.068 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:43.068 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:43.453 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:44.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:43.068718+0000 mgr.smithi143.harokq (mgr.14180) 309 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:44.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:43.153199+0000 mgr.smithi143.harokq (mgr.14180) 310 : 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 2024-01-16T09:52:44.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:43.068718+0000 mgr.smithi143.harokq (mgr.14180) 309 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:44.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:43.153199+0000 mgr.smithi143.harokq (mgr.14180) 310 : 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 2024-01-16T09:52:44.454 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:45.871 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:45.872 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:46.311 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:46.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:45.153595+0000 mgr.smithi143.harokq (mgr.14180) 311 : 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 2024-01-16T09:52:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:45.153595+0000 mgr.smithi143.harokq (mgr.14180) 311 : 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 2024-01-16T09:52:47.312 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:47.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:45.872227+0000 mgr.smithi143.harokq (mgr.14180) 312 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:47.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:45.872227+0000 mgr.smithi143.harokq (mgr.14180) 312 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:48.356 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:47.154190+0000 mgr.smithi143.harokq (mgr.14180) 313 : 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 2024-01-16T09:52:48.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:47.154190+0000 mgr.smithi143.harokq (mgr.14180) 313 : 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 2024-01-16T09:52:48.749 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:48.749 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:49.136 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:49.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:48.750602+0000 mgr.smithi143.harokq (mgr.14180) 314 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:49.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:48.750602+0000 mgr.smithi143.harokq (mgr.14180) 314 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:50.137 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:50.478 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:49.154598+0000 mgr.smithi143.harokq (mgr.14180) 315 : 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 2024-01-16T09:52:50.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:49.154598+0000 mgr.smithi143.harokq (mgr.14180) 315 : 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 2024-01-16T09:52:51.505 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:51.505 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:51.877 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:52.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:51.155314+0000 mgr.smithi143.harokq (mgr.14180) 316 : 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 2024-01-16T09:52:52.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:51.506220+0000 mgr.smithi143.harokq (mgr.14180) 317 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:51.155314+0000 mgr.smithi143.harokq (mgr.14180) 316 : 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 2024-01-16T09:52:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:51.506220+0000 mgr.smithi143.harokq (mgr.14180) 317 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:52.878 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:54.283 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:54.283 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:54.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:53.155795+0000 mgr.smithi143.harokq (mgr.14180) 318 : 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 2024-01-16T09:52:54.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:53.155795+0000 mgr.smithi143.harokq (mgr.14180) 318 : 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 2024-01-16T09:52:54.661 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:55.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:54.283861+0000 mgr.smithi143.harokq (mgr.14180) 319 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:55.438 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:54.283861+0000 mgr.smithi143.harokq (mgr.14180) 319 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:55.662 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:56.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:55.156238+0000 mgr.smithi143.harokq (mgr.14180) 320 : 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 2024-01-16T09:52:56.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:55.156238+0000 mgr.smithi143.harokq (mgr.14180) 320 : 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 2024-01-16T09:52:57.081 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:57.081 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:52:57.459 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:52:58.460 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:52:58.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:57.082345+0000 mgr.smithi143.harokq (mgr.14180) 321 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:58.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:52:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:57.156689+0000 mgr.smithi143.harokq (mgr.14180) 322 : 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 2024-01-16T09:52:58.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:57.082345+0000 mgr.smithi143.harokq (mgr.14180) 321 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:52:58.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:52:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:57.156689+0000 mgr.smithi143.harokq (mgr.14180) 322 : 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 2024-01-16T09:52:59.816 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:52:59.816 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:00.208 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:00.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:52:59.157078+0000 mgr.smithi143.harokq (mgr.14180) 323 : 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 2024-01-16T09:53:00.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:52:59.818070+0000 mgr.smithi143.harokq (mgr.14180) 324 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:00.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:52:59.157078+0000 mgr.smithi143.harokq (mgr.14180) 323 : 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 2024-01-16T09:53:00.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:52:59.818070+0000 mgr.smithi143.harokq (mgr.14180) 324 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:01.209 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:02.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:01.157527+0000 mgr.smithi143.harokq (mgr.14180) 325 : 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 2024-01-16T09:53:02.628 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:02.628 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:01.157527+0000 mgr.smithi143.harokq (mgr.14180) 325 : 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 2024-01-16T09:53:03.025 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:03.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:02.629397+0000 mgr.smithi143.harokq (mgr.14180) 326 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:03.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:02.629397+0000 mgr.smithi143.harokq (mgr.14180) 326 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:04.026 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:04.359 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:03.157984+0000 mgr.smithi143.harokq (mgr.14180) 327 : 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 2024-01-16T09:53:04.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:03.157984+0000 mgr.smithi143.harokq (mgr.14180) 327 : 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 2024-01-16T09:53:05.438 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:05.438 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:05.817 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:06.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:05.158514+0000 mgr.smithi143.harokq (mgr.14180) 328 : 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 2024-01-16T09:53:06.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:05.439747+0000 mgr.smithi143.harokq (mgr.14180) 329 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:05.158514+0000 mgr.smithi143.harokq (mgr.14180) 328 : 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 2024-01-16T09:53:06.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:05.439747+0000 mgr.smithi143.harokq (mgr.14180) 329 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:06.818 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:08.204 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:08.205 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:08.539 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:07.159191+0000 mgr.smithi143.harokq (mgr.14180) 330 : 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 2024-01-16T09:53:08.624 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:07.159191+0000 mgr.smithi143.harokq (mgr.14180) 330 : 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 2024-01-16T09:53:09.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:08.205401+0000 mgr.smithi143.harokq (mgr.14180) 331 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:09.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:08.205401+0000 mgr.smithi143.harokq (mgr.14180) 331 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:09.626 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:09.159551+0000 mgr.smithi143.harokq (mgr.14180) 332 : 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 2024-01-16T09:53:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:09.159551+0000 mgr.smithi143.harokq (mgr.14180) 332 : 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 2024-01-16T09:53:11.059 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:11.059 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:11.432 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:12.432 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:12.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:11.060444+0000 mgr.smithi143.harokq (mgr.14180) 333 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:12.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:11.160114+0000 mgr.smithi143.harokq (mgr.14180) 334 : 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 2024-01-16T09:53:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:11.060444+0000 mgr.smithi143.harokq (mgr.14180) 333 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:11.160114+0000 mgr.smithi143.harokq (mgr.14180) 334 : 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 2024-01-16T09:53:13.763 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:13.763 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:14.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:13.160763+0000 mgr.smithi143.harokq (mgr.14180) 335 : 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 2024-01-16T09:53:14.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:13.764960+0000 mgr.smithi143.harokq (mgr.14180) 336 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:14.166 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:14.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:13.160763+0000 mgr.smithi143.harokq (mgr.14180) 335 : 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 2024-01-16T09:53:14.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:13.764960+0000 mgr.smithi143.harokq (mgr.14180) 336 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:15.166 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:16.526 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:16.526 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:16.547 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:15.161233+0000 mgr.smithi143.harokq (mgr.14180) 337 : 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 2024-01-16T09:53:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:15.161233+0000 mgr.smithi143.harokq (mgr.14180) 337 : 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 2024-01-16T09:53:16.974 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:17.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:16.527723+0000 mgr.smithi143.harokq (mgr.14180) 338 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:17.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:16.527723+0000 mgr.smithi143.harokq (mgr.14180) 338 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:17.975 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:18.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:17.161736+0000 mgr.smithi143.harokq (mgr.14180) 339 : 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 2024-01-16T09:53:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:17.161736+0000 mgr.smithi143.harokq (mgr.14180) 339 : 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 2024-01-16T09:53:19.427 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:19.427 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:19.805 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:20.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:19.162106+0000 mgr.smithi143.harokq (mgr.14180) 340 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:20.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:19.427983+0000 mgr.smithi143.harokq (mgr.14180) 341 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:19.162106+0000 mgr.smithi143.harokq (mgr.14180) 340 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:19.427983+0000 mgr.smithi143.harokq (mgr.14180) 341 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:20.805 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:22.141 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:22.142 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:22.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:21.162685+0000 mgr.smithi143.harokq (mgr.14180) 342 : 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 2024-01-16T09:53:22.514 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:21.162685+0000 mgr.smithi143.harokq (mgr.14180) 342 : 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 2024-01-16T09:53:23.515 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:23.547 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:22.142949+0000 mgr.smithi143.harokq (mgr.14180) 343 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:23.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:22.142949+0000 mgr.smithi143.harokq (mgr.14180) 343 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:24.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:23.163221+0000 mgr.smithi143.harokq (mgr.14180) 344 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:23.163221+0000 mgr.smithi143.harokq (mgr.14180) 344 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:24.970 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:24.971 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:25.345 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:26.346 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:26.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:24.972227+0000 mgr.smithi143.harokq (mgr.14180) 345 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:26.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:25.163639+0000 mgr.smithi143.harokq (mgr.14180) 346 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:24.972227+0000 mgr.smithi143.harokq (mgr.14180) 345 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:25.163639+0000 mgr.smithi143.harokq (mgr.14180) 346 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:27.685 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:27.686 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:28.071 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:28.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:27.164184+0000 mgr.smithi143.harokq (mgr.14180) 347 : 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 2024-01-16T09:53:28.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:27.687088+0000 mgr.smithi143.harokq (mgr.14180) 348 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:27.164184+0000 mgr.smithi143.harokq (mgr.14180) 347 : 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 2024-01-16T09:53:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:27.687088+0000 mgr.smithi143.harokq (mgr.14180) 348 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:29.072 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:30.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:29.164569+0000 mgr.smithi143.harokq (mgr.14180) 349 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:30.374 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:30.374 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:29.164569+0000 mgr.smithi143.harokq (mgr.14180) 349 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:30.776 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:31.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:30.375933+0000 mgr.smithi143.harokq (mgr.14180) 350 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:31.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:30.375933+0000 mgr.smithi143.harokq (mgr.14180) 350 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:31.777 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:32.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:31.164975+0000 mgr.smithi143.harokq (mgr.14180) 351 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:31.164975+0000 mgr.smithi143.harokq (mgr.14180) 351 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:33.150 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:33.150 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:33.519 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:34.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:33.151614+0000 mgr.smithi143.harokq (mgr.14180) 352 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:34.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:33.165462+0000 mgr.smithi143.harokq (mgr.14180) 353 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:34.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:33.151614+0000 mgr.smithi143.harokq (mgr.14180) 352 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:34.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:33.165462+0000 mgr.smithi143.harokq (mgr.14180) 353 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:34.521 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:35.907 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:35.907 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:36.311 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:36.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:35.165881+0000 mgr.smithi143.harokq (mgr.14180) 354 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:36.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:35.165881+0000 mgr.smithi143.harokq (mgr.14180) 354 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:37.311 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:37.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:35.908407+0000 mgr.smithi143.harokq (mgr.14180) 355 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:37.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:35.908407+0000 mgr.smithi143.harokq (mgr.14180) 355 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:38.315 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:37.166602+0000 mgr.smithi143.harokq (mgr.14180) 356 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:37.166602+0000 mgr.smithi143.harokq (mgr.14180) 356 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:38.700 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:38.700 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:39.086 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:39.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:38.700691+0000 mgr.smithi143.harokq (mgr.14180) 357 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:39.487 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:38.700691+0000 mgr.smithi143.harokq (mgr.14180) 357 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:40.087 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:40.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:39.167101+0000 mgr.smithi143.harokq (mgr.14180) 358 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:39.167101+0000 mgr.smithi143.harokq (mgr.14180) 358 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:41.410 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:41.410 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:41.804 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:42.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:41.167551+0000 mgr.smithi143.harokq (mgr.14180) 359 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:42.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:41.411313+0000 mgr.smithi143.harokq (mgr.14180) 360 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:41.167551+0000 mgr.smithi143.harokq (mgr.14180) 359 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:41.411313+0000 mgr.smithi143.harokq (mgr.14180) 360 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:42.805 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:44.297 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:44.297 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:44.318 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:43.168303+0000 mgr.smithi143.harokq (mgr.14180) 361 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:44.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:43.168303+0000 mgr.smithi143.harokq (mgr.14180) 361 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:44.667 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:45.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:44.298375+0000 mgr.smithi143.harokq (mgr.14180) 362 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:45.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:44.298375+0000 mgr.smithi143.harokq (mgr.14180) 362 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:45.669 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:46.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:45.168667+0000 mgr.smithi143.harokq (mgr.14180) 363 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:46.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:45.168667+0000 mgr.smithi143.harokq (mgr.14180) 363 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:47.067 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:47.068 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:47.435 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:48.436 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:48.468 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:47.069193+0000 mgr.smithi143.harokq (mgr.14180) 364 : audit [DBG] from='client.24543 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:48.468 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:47.169155+0000 mgr.smithi143.harokq (mgr.14180) 365 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:48.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:47.069193+0000 mgr.smithi143.harokq (mgr.14180) 364 : audit [DBG] from='client.24543 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:48.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:47.169155+0000 mgr.smithi143.harokq (mgr.14180) 365 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:49.784 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:49.784 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:50.192 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:50.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:49.169478+0000 mgr.smithi143.harokq (mgr.14180) 366 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:50.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:49.785856+0000 mgr.smithi143.harokq (mgr.14180) 367 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:50.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:49.169478+0000 mgr.smithi143.harokq (mgr.14180) 366 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:50.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:49.785856+0000 mgr.smithi143.harokq (mgr.14180) 367 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:51.193 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:52.550 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:52.550 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:52.573 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:51.170193+0000 mgr.smithi143.harokq (mgr.14180) 368 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:51.170193+0000 mgr.smithi143.harokq (mgr.14180) 368 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:53:52.967 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:53.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:52.551485+0000 mgr.smithi143.harokq (mgr.14180) 369 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:53.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:52.551485+0000 mgr.smithi143.harokq (mgr.14180) 369 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:53.968 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:54.352 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:53.170713+0000 mgr.smithi143.harokq (mgr.14180) 370 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:54.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:53.170713+0000 mgr.smithi143.harokq (mgr.14180) 370 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:55.399 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:55.399 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:55.783 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:56.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:55.171135+0000 mgr.smithi143.harokq (mgr.14180) 371 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:56.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:55.400615+0000 mgr.smithi143.harokq (mgr.14180) 372 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:55.171135+0000 mgr.smithi143.harokq (mgr.14180) 371 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:55.400615+0000 mgr.smithi143.harokq (mgr.14180) 372 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:56.784 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:58.203 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:53:58.203 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:53:58.572 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:57.171637+0000 mgr.smithi143.harokq (mgr.14180) 373 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:58.591 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:53:58.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:57.171637+0000 mgr.smithi143.harokq (mgr.14180) 373 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:53:59.593 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:53:59.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:53:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:53:58.204288+0000 mgr.smithi143.harokq (mgr.14180) 374 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:53:59.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:53:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:53:58.204288+0000 mgr.smithi143.harokq (mgr.14180) 374 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:00.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:53:59.172242+0000 mgr.smithi143.harokq (mgr.14180) 375 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:00.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:53:59.172242+0000 mgr.smithi143.harokq (mgr.14180) 375 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:01.016 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:01.016 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:01.408 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:02.410 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:02.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:01.017957+0000 mgr.smithi143.harokq (mgr.14180) 376 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:02.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:01.172738+0000 mgr.smithi143.harokq (mgr.14180) 377 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:01.017957+0000 mgr.smithi143.harokq (mgr.14180) 376 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:01.172738+0000 mgr.smithi143.harokq (mgr.14180) 377 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:03.745 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:03.745 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:04.123 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:04.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:03.173384+0000 mgr.smithi143.harokq (mgr.14180) 378 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:04.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:03.745744+0000 mgr.smithi143.harokq (mgr.14180) 379 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:04.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:03.173384+0000 mgr.smithi143.harokq (mgr.14180) 378 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:04.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:03.745744+0000 mgr.smithi143.harokq (mgr.14180) 379 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:05.124 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:06.574 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:06.574 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:06.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:05.173849+0000 mgr.smithi143.harokq (mgr.14180) 380 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:05.173849+0000 mgr.smithi143.harokq (mgr.14180) 380 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:06.973 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:07.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:06.575211+0000 mgr.smithi143.harokq (mgr.14180) 381 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:07.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:06.575211+0000 mgr.smithi143.harokq (mgr.14180) 381 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:07.974 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:08.289 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:07.174427+0000 mgr.smithi143.harokq (mgr.14180) 382 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:07.174427+0000 mgr.smithi143.harokq (mgr.14180) 382 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:09.267 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:09.267 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:09.632 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:09.174821+0000 mgr.smithi143.harokq (mgr.14180) 383 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:09.266774+0000 mgr.smithi143.harokq (mgr.14180) 384 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:10.633 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:09.174821+0000 mgr.smithi143.harokq (mgr.14180) 383 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:09.266774+0000 mgr.smithi143.harokq (mgr.14180) 384 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:12.017 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:12.017 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:12.353 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:11.175291+0000 mgr.smithi143.harokq (mgr.14180) 385 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:12.397 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:11.175291+0000 mgr.smithi143.harokq (mgr.14180) 385 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:13.398 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:13.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:12.017987+0000 mgr.smithi143.harokq (mgr.14180) 386 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:13.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:12.017987+0000 mgr.smithi143.harokq (mgr.14180) 386 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:14.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:13.176045+0000 mgr.smithi143.harokq (mgr.14180) 387 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:14.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:13.176045+0000 mgr.smithi143.harokq (mgr.14180) 387 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:14.775 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:14.775 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:15.153 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:15.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:14.776705+0000 mgr.smithi143.harokq (mgr.14180) 388 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:15.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:14.776705+0000 mgr.smithi143.harokq (mgr.14180) 388 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:16.155 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:16.510 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:15.176567+0000 mgr.smithi143.harokq (mgr.14180) 389 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:15.176567+0000 mgr.smithi143.harokq (mgr.14180) 389 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:17.633 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:17.633 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:18.004 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:18.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:17.177054+0000 mgr.smithi143.harokq (mgr.14180) 390 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:18.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:17.634579+0000 mgr.smithi143.harokq (mgr.14180) 391 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:17.177054+0000 mgr.smithi143.harokq (mgr.14180) 390 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:17.634579+0000 mgr.smithi143.harokq (mgr.14180) 391 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:19.005 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:20.383 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:20.383 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:20.582 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:19.177472+0000 mgr.smithi143.harokq (mgr.14180) 392 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:19.177472+0000 mgr.smithi143.harokq (mgr.14180) 392 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:20.763 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:20.384353+0000 mgr.smithi143.harokq (mgr.14180) 393 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:21.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:20.384353+0000 mgr.smithi143.harokq (mgr.14180) 393 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:21.764 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:22.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:21.178102+0000 mgr.smithi143.harokq (mgr.14180) 394 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:21.178102+0000 mgr.smithi143.harokq (mgr.14180) 394 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:23.125 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:23.125 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:23.513 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:24.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:23.127108+0000 mgr.smithi143.harokq (mgr.14180) 395 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:24.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:23.178542+0000 mgr.smithi143.harokq (mgr.14180) 396 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:24.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:23.127108+0000 mgr.smithi143.harokq (mgr.14180) 395 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:24.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:23.178542+0000 mgr.smithi143.harokq (mgr.14180) 396 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:24.514 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:25.893 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:25.894 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:26.329 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:26.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:25.178896+0000 mgr.smithi143.harokq (mgr.14180) 397 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:25.178896+0000 mgr.smithi143.harokq (mgr.14180) 397 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:27.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:27.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:25.894466+0000 mgr.smithi143.harokq (mgr.14180) 398 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:27.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:25.894466+0000 mgr.smithi143.harokq (mgr.14180) 398 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:28.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:27.179562+0000 mgr.smithi143.harokq (mgr.14180) 399 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:27.179562+0000 mgr.smithi143.harokq (mgr.14180) 399 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:28.747 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:28.747 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:29.127 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:29.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:28.748832+0000 mgr.smithi143.harokq (mgr.14180) 400 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:29.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:28.748832+0000 mgr.smithi143.harokq (mgr.14180) 400 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:30.128 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:30.470 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:29.180013+0000 mgr.smithi143.harokq (mgr.14180) 401 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:29.180013+0000 mgr.smithi143.harokq (mgr.14180) 401 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:31.484 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:31.484 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:31.853 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:31.180476+0000 mgr.smithi143.harokq (mgr.14180) 402 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:31.485865+0000 mgr.smithi143.harokq (mgr.14180) 403 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:31.180476+0000 mgr.smithi143.harokq (mgr.14180) 402 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:31.485865+0000 mgr.smithi143.harokq (mgr.14180) 403 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:32.853 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:34.277 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:34.277 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:34.299 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:33.181167+0000 mgr.smithi143.harokq (mgr.14180) 404 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:34.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:33.181167+0000 mgr.smithi143.harokq (mgr.14180) 404 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:34.659 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:35.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:34.278877+0000 mgr.smithi143.harokq (mgr.14180) 405 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:35.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:34.278877+0000 mgr.smithi143.harokq (mgr.14180) 405 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:35.660 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:36.296 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:35.181595+0000 mgr.smithi143.harokq (mgr.14180) 406 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:36.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:35.181595+0000 mgr.smithi143.harokq (mgr.14180) 406 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:36.981 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:36.981 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:37.444 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:38.445 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:38.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:36.982615+0000 mgr.smithi143.harokq (mgr.14180) 407 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:38.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:37.182250+0000 mgr.smithi143.harokq (mgr.14180) 408 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:36.982615+0000 mgr.smithi143.harokq (mgr.14180) 407 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:37.182250+0000 mgr.smithi143.harokq (mgr.14180) 408 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:39.858 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:39.858 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:40.269 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:40.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:39.182745+0000 mgr.smithi143.harokq (mgr.14180) 409 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:40.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:39.859423+0000 mgr.smithi143.harokq (mgr.14180) 410 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:39.182745+0000 mgr.smithi143.harokq (mgr.14180) 409 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:39.859423+0000 mgr.smithi143.harokq (mgr.14180) 410 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:41.271 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:42.320 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:41.183219+0000 mgr.smithi143.harokq (mgr.14180) 411 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:41.183219+0000 mgr.smithi143.harokq (mgr.14180) 411 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:42.713 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:42.713 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:43.127 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:43.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:42.714551+0000 mgr.smithi143.harokq (mgr.14180) 412 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:43.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:42.714551+0000 mgr.smithi143.harokq (mgr.14180) 412 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:44.128 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:44.460 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:43.183808+0000 mgr.smithi143.harokq (mgr.14180) 413 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:44.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:43.183808+0000 mgr.smithi143.harokq (mgr.14180) 413 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:45.537 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:45.537 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:45.933 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:46.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:45.184273+0000 mgr.smithi143.harokq (mgr.14180) 414 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:46.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:45.538656+0000 mgr.smithi143.harokq (mgr.14180) 415 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:45.184273+0000 mgr.smithi143.harokq (mgr.14180) 414 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:45.538656+0000 mgr.smithi143.harokq (mgr.14180) 415 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:46.934 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:48.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:47.184789+0000 mgr.smithi143.harokq (mgr.14180) 416 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:48.403 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:48.403 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:48.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:47.184789+0000 mgr.smithi143.harokq (mgr.14180) 416 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:48.782 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:49.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:48.404596+0000 mgr.smithi143.harokq (mgr.14180) 417 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:49.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:48.404596+0000 mgr.smithi143.harokq (mgr.14180) 417 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:49.783 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:50.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:49.185090+0000 mgr.smithi143.harokq (mgr.14180) 418 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:50.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:49.185090+0000 mgr.smithi143.harokq (mgr.14180) 418 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:54:51.172 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:51.172 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:47.785820Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:47.786434Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:47.785959Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:47.786029Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:47.786091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:47.786183Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:51.598 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:52.599 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:52.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:51.173316+0000 mgr.smithi143.harokq (mgr.14180) 419 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:52.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:51.185459+0000 mgr.smithi143.harokq (mgr.14180) 420 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:51.173316+0000 mgr.smithi143.harokq (mgr.14180) 419 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:51.185459+0000 mgr.smithi143.harokq (mgr.14180) 420 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:54:52.863108+0000 mgr.smithi143.harokq (mgr.14180) 421 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.mgtrau ... 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:52:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:53:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:54:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Traceback (most recent call last): 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: yield (conn, connr) 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: code, '\n'.join(err))) 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.mgtrau ... 2024-01-16T09:54:53.621 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:52:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:53:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:54:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:54:52.863273+0000 mgr.smithi143.harokq (mgr.14180) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:52.863561+0000 mon.smithi143 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mgtrau"}]: dispatch 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:54:52.864109+0000 mgr.smithi143.harokq (mgr.14180) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.mgtrau ... 2024-01-16T09:54:53.622 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:52:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:53:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:54:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:52.868563+0000 mon.smithi143 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:53.623 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:52.870674+0000 mon.smithi143 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:54:53.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:54:52.863108+0000 mgr.smithi143.harokq (mgr.14180) 421 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.mgtrau ... 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:52:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:53:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:54:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Traceback (most recent call last): 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: yield (conn, connr) 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: code, '\n'.join(err))) 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.mgtrau ... 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:52:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:53:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:54:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:54:53.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:54:52.863273+0000 mgr.smithi143.harokq (mgr.14180) 422 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:52.863561+0000 mon.smithi143 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mgtrau"}]: dispatch 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:54:52.864109+0000 mgr.smithi143.harokq (mgr.14180) 423 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.mgtrau ... 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:52:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:53:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:54:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:54:53.658 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:54:53.659 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:52.868563+0000 mon.smithi143 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:53.659 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:52.870674+0000 mon.smithi143 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:54:54.115 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:54.116 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:49.881240Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:49.881733Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:49.881080Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:49.880938Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:49.881364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:49.881498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:54.438 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:54:52.868810+0000 mgr.smithi143.harokq (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:54.438 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:54:52.869808+0000 mgr.smithi143.harokq (mgr.14180) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:54.438 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:52.870666+0000 mgr.smithi143.harokq (mgr.14180) 426 : cluster [DBG] pgmap v269: 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 2024-01-16T09:54:54.438 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:53.866845+0000 mon.smithi143 (mon.0) 655 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:54:54.439 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:53.918197+0000 mon.smithi143 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:54.439 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:54.113065+0000 mon.smithi143 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:54.552 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:54.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:54:52.868810+0000 mgr.smithi143.harokq (mgr.14180) 424 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:54.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:54:52.869808+0000 mgr.smithi143.harokq (mgr.14180) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:54:54.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:52.870666+0000 mgr.smithi143.harokq (mgr.14180) 426 : cluster [DBG] pgmap v269: 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 2024-01-16T09:54:54.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:53.866845+0000 mon.smithi143 (mon.0) 655 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:54:54.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:53.918197+0000 mon.smithi143 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:54.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:54.113065+0000 mon.smithi143 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:55.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:54.117265+0000 mgr.smithi143.harokq (mgr.14180) 427 : audit [DBG] from='client.24609 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:55.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:55.236819+0000 mon.smithi143 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:55.553 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:55.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:54.117265+0000 mgr.smithi143.harokq (mgr.14180) 427 : audit [DBG] from='client.24609 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:55.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:55.236819+0000 mon.smithi143 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:56.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:54.871317+0000 mgr.smithi143.harokq (mgr.14180) 428 : cluster [DBG] pgmap v270: 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 2024-01-16T09:54:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:54.871317+0000 mgr.smithi143.harokq (mgr.14180) 428 : cluster [DBG] pgmap v270: 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 2024-01-16T09:54:57.081 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:57.081 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:49:49.881171Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:49:49.881240Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:49:49.881303Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:49:49.881733Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:49:49.881080Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:49:49.880938Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:49:49.881364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:49:49.881498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:49:49.881424Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:57.548 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:54:58.549 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:54:58.848 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:56.871962+0000 mgr.smithi143.harokq (mgr.14180) 429 : cluster [DBG] pgmap v271: 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 2024-01-16T09:54:58.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:57.082650+0000 mgr.smithi143.harokq (mgr.14180) 430 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:58.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:57.710784+0000 mon.smithi143 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:58.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:57.995103+0000 mon.smithi143 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:54:58.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:57.995749+0000 mon.smithi143 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:54:58.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:58.000088+0000 mon.smithi143 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:58.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:58.003808+0000 mon.smithi143 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:54:58.849 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:58.010348+0000 mon.smithi143 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:56.871962+0000 mgr.smithi143.harokq (mgr.14180) 429 : cluster [DBG] pgmap v271: 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 2024-01-16T09:54:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:57.082650+0000 mgr.smithi143.harokq (mgr.14180) 430 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:54:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:57.710784+0000 mon.smithi143 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:57.995103+0000 mon.smithi143 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:54:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:57.995749+0000 mon.smithi143 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:54:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:58.000088+0000 mon.smithi143 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:59.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:58.003808+0000 mon.smithi143 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:54:59.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:58.010348+0000 mon.smithi143 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:54:59.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:58.000513+0000 mgr.smithi143.harokq (mgr.14180) 431 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-16T09:54:59.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:54:58.012199+0000 mgr.smithi143.harokq (mgr.14180) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.bnpgli on smithi204 2024-01-16T09:54:59.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:58.998342+0000 mon.smithi143 (mon.0) 665 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:54:59.870 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:54:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:54:58.998366+0000 mon.smithi143 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-01-16T09:54:59.881 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:54:59.881 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:54:59.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:58.000513+0000 mgr.smithi143.harokq (mgr.14180) 431 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-16T09:54:59.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:54:58.012199+0000 mgr.smithi143.harokq (mgr.14180) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.bnpgli on smithi204 2024-01-16T09:54:59.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:58.998342+0000 mon.smithi143 (mon.0) 665 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:54:59.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:54:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:54:58.998366+0000 mon.smithi143 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-01-16T09:55:00.247 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-16T09:55:00.248 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T09:55:00.257 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-16T09:55:00.258 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:01.651 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:01.651 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:01.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:54:59.882750+0000 mgr.smithi143.harokq (mgr.14180) 433 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:01.937 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:00.000908+0000 mgr.smithi143.harokq (mgr.14180) 434 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-01-16T09:55:02.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:02.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:54:59.882750+0000 mgr.smithi143.harokq (mgr.14180) 433 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:02.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:00.000908+0000 mgr.smithi143.harokq (mgr.14180) 434 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-01-16T09:55:03.031 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:03.066 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:01.652429+0000 mgr.smithi143.harokq (mgr.14180) 435 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:03.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:01.652429+0000 mgr.smithi143.harokq (mgr.14180) 435 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:04.066 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:02.001535+0000 mgr.smithi143.harokq (mgr.14180) 436 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-16T09:55:04.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:02.001535+0000 mgr.smithi143.harokq (mgr.14180) 436 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2024-01-16T09:55:04.445 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:04.445 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:04.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:05.830 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:06.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:04.001853+0000 mgr.smithi143.harokq (mgr.14180) 437 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-16T09:55:06.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:04.446550+0000 mgr.smithi143.harokq (mgr.14180) 438 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:06.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:04.001853+0000 mgr.smithi143.harokq (mgr.14180) 437 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-16T09:55:06.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:04.446550+0000 mgr.smithi143.harokq (mgr.14180) 438 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:07.273 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:07.273 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:07.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:07.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:06.002298+0000 mgr.smithi143.harokq (mgr.14180) 439 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-16T09:55:08.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:06.002298+0000 mgr.smithi143.harokq (mgr.14180) 439 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-16T09:55:08.654 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:08.988 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:07.274271+0000 mgr.smithi143.harokq (mgr.14180) 440 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:09.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:07.274271+0000 mgr.smithi143.harokq (mgr.14180) 440 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:09.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:08.002922+0000 mgr.smithi143.harokq (mgr.14180) 441 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-16T09:55:09.950 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:08.002922+0000 mgr.smithi143.harokq (mgr.14180) 441 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-16T09:55:10.003 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:10.003 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:10.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:11.388 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:11.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:10.003340+0000 mgr.smithi143.harokq (mgr.14180) 442 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:11.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:10.004664+0000 mgr.smithi143.harokq (mgr.14180) 443 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:11.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:10.236835+0000 mon.smithi143 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:55:11.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:10.003340+0000 mgr.smithi143.harokq (mgr.14180) 442 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:11.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:10.004664+0000 mgr.smithi143.harokq (mgr.14180) 443 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:11.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:10.236835+0000 mon.smithi143 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:55:12.849 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:12.849 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:13.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:13.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:12.004064+0000 mgr.smithi143.harokq (mgr.14180) 444 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:13.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:12.847396+0000 mgr.smithi143.harokq (mgr.14180) 445 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:13.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:12.004064+0000 mgr.smithi143.harokq (mgr.14180) 444 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:13.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:12.847396+0000 mgr.smithi143.harokq (mgr.14180) 445 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:14.234 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:15.606 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:15.606 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:15.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:14.004481+0000 mgr.smithi143.harokq (mgr.14180) 446 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:15.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:14.004481+0000 mgr.smithi143.harokq (mgr.14180) 446 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:15.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:16.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:15.607294+0000 mgr.smithi143.harokq (mgr.14180) 447 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:15.607294+0000 mgr.smithi143.harokq (mgr.14180) 447 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:16.987 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:17.330 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:16.005008+0000 mgr.smithi143.harokq (mgr.14180) 448 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:17.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:16.005008+0000 mgr.smithi143.harokq (mgr.14180) 448 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:18.338 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:18.338 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:18.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:19.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:18.005508+0000 mgr.smithi143.harokq (mgr.14180) 449 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:19.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:18.339996+0000 mgr.smithi143.harokq (mgr.14180) 450 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:19.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:18.005508+0000 mgr.smithi143.harokq (mgr.14180) 449 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:19.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:18.339996+0000 mgr.smithi143.harokq (mgr.14180) 450 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:19.737 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:21.131 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:21.132 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:21.475 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:20.006086+0000 mgr.smithi143.harokq (mgr.14180) 451 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:21.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:21.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:20.006086+0000 mgr.smithi143.harokq (mgr.14180) 451 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:22.503 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:22.532 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:21.132619+0000 mgr.smithi143.harokq (mgr.14180) 452 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:21.132619+0000 mgr.smithi143.harokq (mgr.14180) 452 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:23.481 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:22.006822+0000 mgr.smithi143.harokq (mgr.14180) 453 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:23.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:22.006822+0000 mgr.smithi143.harokq (mgr.14180) 453 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:23.868 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:23.868 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:24.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:24.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:23.869187+0000 mgr.smithi143.harokq (mgr.14180) 454 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:23.869187+0000 mgr.smithi143.harokq (mgr.14180) 454 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:25.294 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:25.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:24.007163+0000 mgr.smithi143.harokq (mgr.14180) 455 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:25.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:24.007163+0000 mgr.smithi143.harokq (mgr.14180) 455 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:26.697 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:26.697 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:27.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:27.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:26.007750+0000 mgr.smithi143.harokq (mgr.14180) 456 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:27.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:26.698358+0000 mgr.smithi143.harokq (mgr.14180) 457 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:27.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:26.007750+0000 mgr.smithi143.harokq (mgr.14180) 456 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:27.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:26.698358+0000 mgr.smithi143.harokq (mgr.14180) 457 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:28.110 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:29.588 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:29.589 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:29.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:28.008343+0000 mgr.smithi143.harokq (mgr.14180) 458 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:29.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:28.008343+0000 mgr.smithi143.harokq (mgr.14180) 458 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:29.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:30.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:29.589547+0000 mgr.smithi143.harokq (mgr.14180) 459 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:29.589547+0000 mgr.smithi143.harokq (mgr.14180) 459 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:30.976 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:31.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:30.008781+0000 mgr.smithi143.harokq (mgr.14180) 460 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:31.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:30.008781+0000 mgr.smithi143.harokq (mgr.14180) 460 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:32.355 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:32.355 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:32.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:33.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:32.009305+0000 mgr.smithi143.harokq (mgr.14180) 461 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:33.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:32.356730+0000 mgr.smithi143.harokq (mgr.14180) 462 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:33.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:32.009305+0000 mgr.smithi143.harokq (mgr.14180) 461 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:33.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:32.356730+0000 mgr.smithi143.harokq (mgr.14180) 462 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:33.768 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:35.150 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:35.151 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:35.506 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:34.009670+0000 mgr.smithi143.harokq (mgr.14180) 463 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:35.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:35.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:34.009670+0000 mgr.smithi143.harokq (mgr.14180) 463 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:36.527 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:36.559 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:35.151729+0000 mgr.smithi143.harokq (mgr.14180) 464 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:36.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:35.151729+0000 mgr.smithi143.harokq (mgr.14180) 464 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:37.569 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:36.010098+0000 mgr.smithi143.harokq (mgr.14180) 465 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:37.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:36.010098+0000 mgr.smithi143.harokq (mgr.14180) 465 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:37.962 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:37.962 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:38.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:39.375 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:39.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:37.963642+0000 mgr.smithi143.harokq (mgr.14180) 466 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:39.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:38.010506+0000 mgr.smithi143.harokq (mgr.14180) 467 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:39.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:37.963642+0000 mgr.smithi143.harokq (mgr.14180) 466 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:39.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:38.010506+0000 mgr.smithi143.harokq (mgr.14180) 467 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:40.725 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:40.726 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:41.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:41.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:40.010965+0000 mgr.smithi143.harokq (mgr.14180) 468 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:41.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:40.726823+0000 mgr.smithi143.harokq (mgr.14180) 469 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:41.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:40.010965+0000 mgr.smithi143.harokq (mgr.14180) 468 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:41.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:40.726823+0000 mgr.smithi143.harokq (mgr.14180) 469 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:42.107 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:43.509 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:43.509 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:43.530 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:42.011565+0000 mgr.smithi143.harokq (mgr.14180) 470 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:43.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:42.011565+0000 mgr.smithi143.harokq (mgr.14180) 470 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:44.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:44.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:43.510477+0000 mgr.smithi143.harokq (mgr.14180) 471 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:44.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:43.510477+0000 mgr.smithi143.harokq (mgr.14180) 471 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:45.051 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:45.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:44.011962+0000 mgr.smithi143.harokq (mgr.14180) 472 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:45.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:44.011962+0000 mgr.smithi143.harokq (mgr.14180) 472 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:46.423 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:46.423 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:46.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:47.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:46.012602+0000 mgr.smithi143.harokq (mgr.14180) 473 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:47.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:46.424781+0000 mgr.smithi143.harokq (mgr.14180) 474 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:47.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:46.012602+0000 mgr.smithi143.harokq (mgr.14180) 473 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:47.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:46.424781+0000 mgr.smithi143.harokq (mgr.14180) 474 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:47.807 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:49.166 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:49.166 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:49.570 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:48.013081+0000 mgr.smithi143.harokq (mgr.14180) 475 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:49.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:49.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:48.013081+0000 mgr.smithi143.harokq (mgr.14180) 475 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:50.592 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:50.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:49.166690+0000 mgr.smithi143.harokq (mgr.14180) 476 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:50.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:49.166690+0000 mgr.smithi143.harokq (mgr.14180) 476 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:51.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:50.013556+0000 mgr.smithi143.harokq (mgr.14180) 477 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:51.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:50.013556+0000 mgr.smithi143.harokq (mgr.14180) 477 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:55:51.981 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:51.981 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:52.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:53.340 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:53.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:51.982473+0000 mgr.smithi143.harokq (mgr.14180) 478 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:53.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:52.014250+0000 mgr.smithi143.harokq (mgr.14180) 479 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:53.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:51.982473+0000 mgr.smithi143.harokq (mgr.14180) 478 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:53.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:52.014250+0000 mgr.smithi143.harokq (mgr.14180) 479 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:54.729 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:54.729 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:55.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:55.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:54.014605+0000 mgr.smithi143.harokq (mgr.14180) 480 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:55.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:54.730441+0000 mgr.smithi143.harokq (mgr.14180) 481 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:55.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:54.014605+0000 mgr.smithi143.harokq (mgr.14180) 480 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:55.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:54.730441+0000 mgr.smithi143.harokq (mgr.14180) 481 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:56.107 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:57.528 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:55:57.529 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:55:57.549 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:56.015105+0000 mgr.smithi143.harokq (mgr.14180) 482 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:57.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:56.015105+0000 mgr.smithi143.harokq (mgr.14180) 482 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:57.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:55:58.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:55:57.526441+0000 mgr.smithi143.harokq (mgr.14180) 483 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:58.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:55:57.526441+0000 mgr.smithi143.harokq (mgr.14180) 483 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:55:58.922 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:55:59.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:55:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:55:58.015668+0000 mgr.smithi143.harokq (mgr.14180) 484 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:55:59.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:55:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:55:58.015668+0000 mgr.smithi143.harokq (mgr.14180) 484 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:00.285 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:00.285 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:00.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:01.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:00.016061+0000 mgr.smithi143.harokq (mgr.14180) 485 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:01.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:00.285529+0000 mgr.smithi143.harokq (mgr.14180) 486 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:01.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:00.016061+0000 mgr.smithi143.harokq (mgr.14180) 485 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:01.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:00.285529+0000 mgr.smithi143.harokq (mgr.14180) 486 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:01.680 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:03.042 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:03.043 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:03.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:03.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:02.016571+0000 mgr.smithi143.harokq (mgr.14180) 487 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:03.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:02.016571+0000 mgr.smithi143.harokq (mgr.14180) 487 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:04.422 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:04.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:03.043255+0000 mgr.smithi143.harokq (mgr.14180) 488 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:04.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:03.043255+0000 mgr.smithi143.harokq (mgr.14180) 488 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:05.456 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:04.017086+0000 mgr.smithi143.harokq (mgr.14180) 489 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:05.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:04.017086+0000 mgr.smithi143.harokq (mgr.14180) 489 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:05.857 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:05.858 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:06.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:06.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:05.859200+0000 mgr.smithi143.harokq (mgr.14180) 490 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:05.859200+0000 mgr.smithi143.harokq (mgr.14180) 490 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:07.330 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:07.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:06.017699+0000 mgr.smithi143.harokq (mgr.14180) 491 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:07.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:06.017699+0000 mgr.smithi143.harokq (mgr.14180) 491 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:08.815 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:08.815 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:09.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:09.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:08.018127+0000 mgr.smithi143.harokq (mgr.14180) 492 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:09.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:08.816796+0000 mgr.smithi143.harokq (mgr.14180) 493 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:09.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:08.018127+0000 mgr.smithi143.harokq (mgr.14180) 492 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:09.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:08.816796+0000 mgr.smithi143.harokq (mgr.14180) 493 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:10.220 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:11.605 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:11.606 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:11.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:10.018544+0000 mgr.smithi143.harokq (mgr.14180) 494 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:11.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:10.018544+0000 mgr.smithi143.harokq (mgr.14180) 494 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:11.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:11.606732+0000 mgr.smithi143.harokq (mgr.14180) 495 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:12.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:11.606732+0000 mgr.smithi143.harokq (mgr.14180) 495 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:12.968 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:13.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:12.019047+0000 mgr.smithi143.harokq (mgr.14180) 496 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:13.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:12.019047+0000 mgr.smithi143.harokq (mgr.14180) 496 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:14.458 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:14.458 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:14.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:15.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:14.019554+0000 mgr.smithi143.harokq (mgr.14180) 497 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:15.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:14.459715+0000 mgr.smithi143.harokq (mgr.14180) 498 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:15.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:14.019554+0000 mgr.smithi143.harokq (mgr.14180) 497 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:15.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:14.459715+0000 mgr.smithi143.harokq (mgr.14180) 498 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:15.888 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:17.253 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:17.254 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:17.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:16.019992+0000 mgr.smithi143.harokq (mgr.14180) 499 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:17.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:16.019992+0000 mgr.smithi143.harokq (mgr.14180) 499 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:17.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:17.254839+0000 mgr.smithi143.harokq (mgr.14180) 500 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:18.661 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:18.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:17.254839+0000 mgr.smithi143.harokq (mgr.14180) 500 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:19.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:18.020457+0000 mgr.smithi143.harokq (mgr.14180) 501 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:19.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:18.020457+0000 mgr.smithi143.harokq (mgr.14180) 501 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:20.065 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:20.066 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:20.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:21.560 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:21.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:20.020849+0000 mgr.smithi143.harokq (mgr.14180) 502 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:21.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:20.067157+0000 mgr.smithi143.harokq (mgr.14180) 503 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:21.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:20.020849+0000 mgr.smithi143.harokq (mgr.14180) 502 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:21.837 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:20.067157+0000 mgr.smithi143.harokq (mgr.14180) 503 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:23.013 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:23.014 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:23.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:23.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:22.021341+0000 mgr.smithi143.harokq (mgr.14180) 504 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:23.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:22.021341+0000 mgr.smithi143.harokq (mgr.14180) 504 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:24.401 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:24.726 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:23.014855+0000 mgr.smithi143.harokq (mgr.14180) 505 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:24.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:23.014855+0000 mgr.smithi143.harokq (mgr.14180) 505 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:25.752 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:25.753 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:25.781 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:24.021801+0000 mgr.smithi143.harokq (mgr.14180) 506 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:25.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:24.021801+0000 mgr.smithi143.harokq (mgr.14180) 506 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:26.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:26.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:25.753905+0000 mgr.smithi143.harokq (mgr.14180) 507 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:26.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:25.753905+0000 mgr.smithi143.harokq (mgr.14180) 507 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:27.133 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:27.459 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:26.022230+0000 mgr.smithi143.harokq (mgr.14180) 508 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:27.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:26.022230+0000 mgr.smithi143.harokq (mgr.14180) 508 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:28.537 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:28.537 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:28.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:29.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:28.022763+0000 mgr.smithi143.harokq (mgr.14180) 509 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:29.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:28.538096+0000 mgr.smithi143.harokq (mgr.14180) 510 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:29.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:28.022763+0000 mgr.smithi143.harokq (mgr.14180) 509 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:29.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:28.538096+0000 mgr.smithi143.harokq (mgr.14180) 510 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:29.916 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:31.226 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:31.580 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:30.023281+0000 mgr.smithi143.harokq (mgr.14180) 511 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:31.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:31.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:30.023281+0000 mgr.smithi143.harokq (mgr.14180) 511 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:32.600 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:32.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:31.227671+0000 mgr.smithi143.harokq (mgr.14180) 512 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:32.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:31.227671+0000 mgr.smithi143.harokq (mgr.14180) 512 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:33.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:32.023743+0000 mgr.smithi143.harokq (mgr.14180) 513 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:33.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:32.023743+0000 mgr.smithi143.harokq (mgr.14180) 513 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:34.004 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:34.005 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:34.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:35.424 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:35.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:34.006457+0000 mgr.smithi143.harokq (mgr.14180) 514 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:35.749 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:34.024181+0000 mgr.smithi143.harokq (mgr.14180) 515 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:35.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:34.006457+0000 mgr.smithi143.harokq (mgr.14180) 514 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:35.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:34.024181+0000 mgr.smithi143.harokq (mgr.14180) 515 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:36.820 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:36.820 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:37.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:37.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:36.024594+0000 mgr.smithi143.harokq (mgr.14180) 516 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:37.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:36.821345+0000 mgr.smithi143.harokq (mgr.14180) 517 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:37.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:36.024594+0000 mgr.smithi143.harokq (mgr.14180) 516 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:37.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:36.821345+0000 mgr.smithi143.harokq (mgr.14180) 517 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:38.208 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:39.595 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:39.595 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:39.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:38.025114+0000 mgr.smithi143.harokq (mgr.14180) 518 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:39.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:38.025114+0000 mgr.smithi143.harokq (mgr.14180) 518 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:39.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:40.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:39.596613+0000 mgr.smithi143.harokq (mgr.14180) 519 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:40.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:39.596613+0000 mgr.smithi143.harokq (mgr.14180) 519 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:40.965 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:41.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:40.025509+0000 mgr.smithi143.harokq (mgr.14180) 520 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:41.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:40.025509+0000 mgr.smithi143.harokq (mgr.14180) 520 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:42.302 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:42.302 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:42.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:43.681 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:43.715 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:42.026038+0000 mgr.smithi143.harokq (mgr.14180) 521 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:43.716 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:42.303867+0000 mgr.smithi143.harokq (mgr.14180) 522 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:43.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:42.026038+0000 mgr.smithi143.harokq (mgr.14180) 521 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:43.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:42.303867+0000 mgr.smithi143.harokq (mgr.14180) 522 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:45.002 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:45.003 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:45.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:45.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:44.026370+0000 mgr.smithi143.harokq (mgr.14180) 523 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:45.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:44.026370+0000 mgr.smithi143.harokq (mgr.14180) 523 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:46.366 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:46.739 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:45.004042+0000 mgr.smithi143.harokq (mgr.14180) 524 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:46.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:45.004042+0000 mgr.smithi143.harokq (mgr.14180) 524 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:47.791 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:47.792 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:47.818 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:46.026821+0000 mgr.smithi143.harokq (mgr.14180) 525 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:47.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:46.026821+0000 mgr.smithi143.harokq (mgr.14180) 525 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:48.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:48.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:47.790431+0000 mgr.smithi143.harokq (mgr.14180) 526 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:48.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:47.790431+0000 mgr.smithi143.harokq (mgr.14180) 526 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:49.188 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:49.530 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:48.027338+0000 mgr.smithi143.harokq (mgr.14180) 527 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:49.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:48.027338+0000 mgr.smithi143.harokq (mgr.14180) 527 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:50.532 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:50.532 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:51.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:51.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:50.027904+0000 mgr.smithi143.harokq (mgr.14180) 528 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:51.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:50.533422+0000 mgr.smithi143.harokq (mgr.14180) 529 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:51.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:50.027904+0000 mgr.smithi143.harokq (mgr.14180) 528 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:56:51.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:50.533422+0000 mgr.smithi143.harokq (mgr.14180) 529 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:52.056 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:53.472 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:53.472 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:53.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:52.028464+0000 mgr.smithi143.harokq (mgr.14180) 530 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:53.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:53.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:52.028464+0000 mgr.smithi143.harokq (mgr.14180) 530 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:56:54.854 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:54.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:53.472304+0000 mgr.smithi143.harokq (mgr.14180) 531 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:54.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:53.472304+0000 mgr.smithi143.harokq (mgr.14180) 531 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:55.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:54.028843+0000 mgr.smithi143.harokq (mgr.14180) 532 : 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 2024-01-16T09:56:55.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:54.028843+0000 mgr.smithi143.harokq (mgr.14180) 532 : 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 2024-01-16T09:56:56.263 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:56.263 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:56.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:57.661 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:56:57.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:56.029316+0000 mgr.smithi143.harokq (mgr.14180) 533 : 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 2024-01-16T09:56:57.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:56.264552+0000 mgr.smithi143.harokq (mgr.14180) 534 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:57.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:56.029316+0000 mgr.smithi143.harokq (mgr.14180) 533 : 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 2024-01-16T09:56:57.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:56.264552+0000 mgr.smithi143.harokq (mgr.14180) 534 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:56:59.082 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:56:59.082 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:56:59.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:56:59.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:56:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:56:58.029949+0000 mgr.smithi143.harokq (mgr.14180) 535 : 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 2024-01-16T09:56:59.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:56:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:56:58.029949+0000 mgr.smithi143.harokq (mgr.14180) 535 : 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 2024-01-16T09:57:00.461 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:00.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:56:59.083702+0000 mgr.smithi143.harokq (mgr.14180) 536 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:00.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:56:59.083702+0000 mgr.smithi143.harokq (mgr.14180) 536 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:01.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:00.030379+0000 mgr.smithi143.harokq (mgr.14180) 537 : 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 2024-01-16T09:57:01.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:00.030379+0000 mgr.smithi143.harokq (mgr.14180) 537 : 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 2024-01-16T09:57:01.945 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:01.946 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:02.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:03.345 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:03.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:01.946887+0000 mgr.smithi143.harokq (mgr.14180) 538 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:03.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:02.030892+0000 mgr.smithi143.harokq (mgr.14180) 539 : 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 2024-01-16T09:57:03.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:01.946887+0000 mgr.smithi143.harokq (mgr.14180) 538 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:03.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:02.030892+0000 mgr.smithi143.harokq (mgr.14180) 539 : 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 2024-01-16T09:57:04.700 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:04.701 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:05.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:05.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:04.031253+0000 mgr.smithi143.harokq (mgr.14180) 540 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:05.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:04.702454+0000 mgr.smithi143.harokq (mgr.14180) 541 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:05.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:04.031253+0000 mgr.smithi143.harokq (mgr.14180) 540 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:05.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:04.702454+0000 mgr.smithi143.harokq (mgr.14180) 541 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:06.093 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:07.531 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:07.531 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:07.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:06.031851+0000 mgr.smithi143.harokq (mgr.14180) 542 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:07.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:06.031851+0000 mgr.smithi143.harokq (mgr.14180) 542 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:07.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:08.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:07.532898+0000 mgr.smithi143.harokq (mgr.14180) 543 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:08.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:07.532898+0000 mgr.smithi143.harokq (mgr.14180) 543 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:08.927 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:09.596 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:08.032525+0000 mgr.smithi143.harokq (mgr.14180) 544 : 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 2024-01-16T09:57:09.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:08.032525+0000 mgr.smithi143.harokq (mgr.14180) 544 : 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 2024-01-16T09:57:10.275 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:10.275 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:10.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:11.652 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:11.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:10.032972+0000 mgr.smithi143.harokq (mgr.14180) 545 : 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 2024-01-16T09:57:11.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:10.270325+0000 mgr.smithi143.harokq (mgr.14180) 546 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:11.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:10.032972+0000 mgr.smithi143.harokq (mgr.14180) 545 : 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 2024-01-16T09:57:11.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:10.270325+0000 mgr.smithi143.harokq (mgr.14180) 546 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:13.061 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:13.061 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:13.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:13.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:12.033512+0000 mgr.smithi143.harokq (mgr.14180) 547 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:13.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:12.033512+0000 mgr.smithi143.harokq (mgr.14180) 547 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:14.492 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:14.809 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:13.062244+0000 mgr.smithi143.harokq (mgr.14180) 548 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:14.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:13.062244+0000 mgr.smithi143.harokq (mgr.14180) 548 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:15.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:14.033907+0000 mgr.smithi143.harokq (mgr.14180) 549 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:15.876 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:15.876 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:15.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:14.033907+0000 mgr.smithi143.harokq (mgr.14180) 549 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:16.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:16.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:15.877393+0000 mgr.smithi143.harokq (mgr.14180) 550 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:16.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:15.877393+0000 mgr.smithi143.harokq (mgr.14180) 550 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:17.267 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:17.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:16.034398+0000 mgr.smithi143.harokq (mgr.14180) 551 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:17.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:16.034398+0000 mgr.smithi143.harokq (mgr.14180) 551 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:18.673 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:18.673 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:19.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:19.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:18.034852+0000 mgr.smithi143.harokq (mgr.14180) 552 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:19.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:18.674617+0000 mgr.smithi143.harokq (mgr.14180) 553 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:19.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:18.034852+0000 mgr.smithi143.harokq (mgr.14180) 552 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:19.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:18.674617+0000 mgr.smithi143.harokq (mgr.14180) 553 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:20.040 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:21.440 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:21.440 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:21.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:20.035241+0000 mgr.smithi143.harokq (mgr.14180) 554 : 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 2024-01-16T09:57:21.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:21.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:20.035241+0000 mgr.smithi143.harokq (mgr.14180) 554 : 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 2024-01-16T09:57:22.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:21.441718+0000 mgr.smithi143.harokq (mgr.14180) 555 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:22.900 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:22.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:21.441718+0000 mgr.smithi143.harokq (mgr.14180) 555 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:23.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:22.035972+0000 mgr.smithi143.harokq (mgr.14180) 556 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:23.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:22.035972+0000 mgr.smithi143.harokq (mgr.14180) 556 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:24.311 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:24.311 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:24.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:25.690 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:25.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:24.036614+0000 mgr.smithi143.harokq (mgr.14180) 557 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:25.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:24.312720+0000 mgr.smithi143.harokq (mgr.14180) 558 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:25.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:24.036614+0000 mgr.smithi143.harokq (mgr.14180) 557 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:25.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:24.312720+0000 mgr.smithi143.harokq (mgr.14180) 558 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:27.109 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:27.138 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:49:44.041320Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:27.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:27.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:26.037030+0000 mgr.smithi143.harokq (mgr.14180) 559 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:27.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:27.493758+0000 mon.smithi143 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.bnpgli"}]: dispatch 2024-01-16T09:57:27.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:26.037030+0000 mgr.smithi143.harokq (mgr.14180) 559 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:27.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:27.493758+0000 mon.smithi143 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.bnpgli"}]: dispatch 2024-01-16T09:57:28.489 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:27.110371+0000 mgr.smithi143.harokq (mgr.14180) 560 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:28.812 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:57:27.493276+0000 mgr.smithi143.harokq (mgr.14180) 561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Traceback (most recent call last): 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:57:28.813 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: yield (conn, connr) 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: code, '\n'.join(err))) 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:57:28.814 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:57:27.493430+0000 mgr.smithi143.harokq (mgr.14180) 562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:57:27.494321+0000 mgr.smithi143.harokq (mgr.14180) 563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.815 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:57:27.495762+0000 mgr.smithi143.harokq (mgr.14180) 564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.xajxbr on smithi143 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:27.110371+0000 mgr.smithi143.harokq (mgr.14180) 560 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:57:27.493276+0000 mgr.smithi143.harokq (mgr.14180) 561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Traceback (most recent call last): 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: yield (conn, connr) 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: code, '\n'.join(err))) 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.905 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:57:27.493430+0000 mgr.smithi143.harokq (mgr.14180) 562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:57:27.494321+0000 mgr.smithi143.harokq (mgr.14180) 563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.906 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:57:28.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:57:28.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:57:28.907 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:57:27.495762+0000 mgr.smithi143.harokq (mgr.14180) 564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.xajxbr on smithi143 2024-01-16T09:57:29.818 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:29.818 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:29.845 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:28.037470+0000 mgr.smithi143.harokq (mgr.14180) 565 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:29.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:28.037470+0000 mgr.smithi143.harokq (mgr.14180) 565 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:30.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:30.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:29.818818+0000 mgr.smithi143.harokq (mgr.14180) 566 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:30.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:29.818818+0000 mgr.smithi143.harokq (mgr.14180) 566 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:31.189 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:31.835 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:30.037871+0000 mgr.smithi143.harokq (mgr.14180) 567 : 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 2024-01-16T09:57:31.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:30.037871+0000 mgr.smithi143.harokq (mgr.14180) 567 : 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 2024-01-16T09:57:32.610 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:32.610 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:33.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:33.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:32.038366+0000 mgr.smithi143.harokq (mgr.14180) 568 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:33.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:32.611897+0000 mgr.smithi143.harokq (mgr.14180) 569 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:33.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:32.038366+0000 mgr.smithi143.harokq (mgr.14180) 568 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:33.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:32.611897+0000 mgr.smithi143.harokq (mgr.14180) 569 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:34.022 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:35.457 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:35.457 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:35.811 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:34.038810+0000 mgr.smithi143.harokq (mgr.14180) 570 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:35.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:35.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:34.038810+0000 mgr.smithi143.harokq (mgr.14180) 570 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:36.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:35.458691+0000 mgr.smithi143.harokq (mgr.14180) 571 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:36.878 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:36.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:35.458691+0000 mgr.smithi143.harokq (mgr.14180) 571 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:37.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:36.039290+0000 mgr.smithi143.harokq (mgr.14180) 572 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:37.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:36.039290+0000 mgr.smithi143.harokq (mgr.14180) 572 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:38.316 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:38.316 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:38.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:39.706 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:39.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:38.039770+0000 mgr.smithi143.harokq (mgr.14180) 573 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:39.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:38.317572+0000 mgr.smithi143.harokq (mgr.14180) 574 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:39.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:38.039770+0000 mgr.smithi143.harokq (mgr.14180) 573 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:39.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:38.317572+0000 mgr.smithi143.harokq (mgr.14180) 574 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:41.035 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:41.035 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:41.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:41.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:40.040219+0000 mgr.smithi143.harokq (mgr.14180) 575 : 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 2024-01-16T09:57:41.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:40.040219+0000 mgr.smithi143.harokq (mgr.14180) 575 : 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 2024-01-16T09:57:42.453 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:42.780 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:41.036756+0000 mgr.smithi143.harokq (mgr.14180) 576 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:42.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:41.036756+0000 mgr.smithi143.harokq (mgr.14180) 576 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:43.850 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:43.850 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:43.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:42.040816+0000 mgr.smithi143.harokq (mgr.14180) 577 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:43.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:42.040816+0000 mgr.smithi143.harokq (mgr.14180) 577 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:44.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:44.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:43.851504+0000 mgr.smithi143.harokq (mgr.14180) 578 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:44.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:43.851504+0000 mgr.smithi143.harokq (mgr.14180) 578 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:45.245 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:45.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:44.041439+0000 mgr.smithi143.harokq (mgr.14180) 579 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:45.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:44.041439+0000 mgr.smithi143.harokq (mgr.14180) 579 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:46.631 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:46.631 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:47.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:47.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:46.041920+0000 mgr.smithi143.harokq (mgr.14180) 580 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:47.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:46.632894+0000 mgr.smithi143.harokq (mgr.14180) 581 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:46.041920+0000 mgr.smithi143.harokq (mgr.14180) 580 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:47.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:46.632894+0000 mgr.smithi143.harokq (mgr.14180) 581 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:48.037 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:49.403 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:49.404 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:49.725 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:48.042435+0000 mgr.smithi143.harokq (mgr.14180) 582 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:49.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:49.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:48.042435+0000 mgr.smithi143.harokq (mgr.14180) 582 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:50.762 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:50.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:49.404715+0000 mgr.smithi143.harokq (mgr.14180) 583 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:50.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:49.404715+0000 mgr.smithi143.harokq (mgr.14180) 583 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:51.721 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:50.042912+0000 mgr.smithi143.harokq (mgr.14180) 584 : 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 2024-01-16T09:57:51.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:50.042912+0000 mgr.smithi143.harokq (mgr.14180) 584 : 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 2024-01-16T09:57:52.082 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:52.082 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:52.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:53.462 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:53.828 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:52.043405+0000 mgr.smithi143.harokq (mgr.14180) 585 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:53.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:52.083130+0000 mgr.smithi143.harokq (mgr.14180) 586 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:53.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:52.043405+0000 mgr.smithi143.harokq (mgr.14180) 585 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:53.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:52.083130+0000 mgr.smithi143.harokq (mgr.14180) 586 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:54.823 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:54.823 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:55.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:55.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:54.043910+0000 mgr.smithi143.harokq (mgr.14180) 587 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:55.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:54.824192+0000 mgr.smithi143.harokq (mgr.14180) 588 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:55.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:54.043910+0000 mgr.smithi143.harokq (mgr.14180) 587 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:55.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:54.824192+0000 mgr.smithi143.harokq (mgr.14180) 588 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:56.202 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:57.568 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:57:57.569 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:57:57.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:56.044492+0000 mgr.smithi143.harokq (mgr.14180) 589 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:57.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:56.044492+0000 mgr.smithi143.harokq (mgr.14180) 589 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:57.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:57:58.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:57:57.569934+0000 mgr.smithi143.harokq (mgr.14180) 590 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:58.937 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:57:58.970 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:57:57.569934+0000 mgr.smithi143.harokq (mgr.14180) 590 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:57:59.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:57:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:57:58.044985+0000 mgr.smithi143.harokq (mgr.14180) 591 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:57:59.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:57:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:57:58.044985+0000 mgr.smithi143.harokq (mgr.14180) 591 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:00.248 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:00.248 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:00.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:01.627 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:01.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:00.045378+0000 mgr.smithi143.harokq (mgr.14180) 592 : 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 2024-01-16T09:58:01.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:00.249620+0000 mgr.smithi143.harokq (mgr.14180) 593 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:01.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:00.045378+0000 mgr.smithi143.harokq (mgr.14180) 592 : 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 2024-01-16T09:58:01.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:00.249620+0000 mgr.smithi143.harokq (mgr.14180) 593 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:03.003 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:03.003 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:03.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:03.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:02.046043+0000 mgr.smithi143.harokq (mgr.14180) 594 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:04.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:02.046043+0000 mgr.smithi143.harokq (mgr.14180) 594 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:04.376 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:04.709 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:03.003716+0000 mgr.smithi143.harokq (mgr.14180) 595 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:04.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:03.003716+0000 mgr.smithi143.harokq (mgr.14180) 595 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:05.763 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:05.763 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:05.787 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:04.046612+0000 mgr.smithi143.harokq (mgr.14180) 596 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:05.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:04.046612+0000 mgr.smithi143.harokq (mgr.14180) 596 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:06.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:06.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:05.764644+0000 mgr.smithi143.harokq (mgr.14180) 597 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:07.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:05.764644+0000 mgr.smithi143.harokq (mgr.14180) 597 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:07.142 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:07.844 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:06.046963+0000 mgr.smithi143.harokq (mgr.14180) 598 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:07.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:06.046963+0000 mgr.smithi143.harokq (mgr.14180) 598 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:08.511 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:08.511 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:08.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:09.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:08.047561+0000 mgr.smithi143.harokq (mgr.14180) 599 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:09.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:08.512829+0000 mgr.smithi143.harokq (mgr.14180) 600 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:09.916 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:09.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:08.047561+0000 mgr.smithi143.harokq (mgr.14180) 599 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:09.946 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:08.512829+0000 mgr.smithi143.harokq (mgr.14180) 600 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:11.294 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:11.294 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:11.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:11.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:10.047988+0000 mgr.smithi143.harokq (mgr.14180) 601 : 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 2024-01-16T09:58:12.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:10.047988+0000 mgr.smithi143.harokq (mgr.14180) 601 : 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 2024-01-16T09:58:12.702 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:13.066 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:11.295198+0000 mgr.smithi143.harokq (mgr.14180) 602 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:13.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:11.295198+0000 mgr.smithi143.harokq (mgr.14180) 602 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:13.727 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:12.048686+0000 mgr.smithi143.harokq (mgr.14180) 603 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:14.095 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:14.095 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:14.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:12.048686+0000 mgr.smithi143.harokq (mgr.14180) 603 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:14.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:15.482 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:15.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:14.049050+0000 mgr.smithi143.harokq (mgr.14180) 604 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:15.808 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:14.096682+0000 mgr.smithi143.harokq (mgr.14180) 605 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:16.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:14.049050+0000 mgr.smithi143.harokq (mgr.14180) 604 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:16.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:14.096682+0000 mgr.smithi143.harokq (mgr.14180) 605 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:16.867 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:16.867 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:17.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:18.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:16.049608+0000 mgr.smithi143.harokq (mgr.14180) 606 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:18.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:16.868392+0000 mgr.smithi143.harokq (mgr.14180) 607 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:18.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:16.049608+0000 mgr.smithi143.harokq (mgr.14180) 606 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:18.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:16.868392+0000 mgr.smithi143.harokq (mgr.14180) 607 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:18.247 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:19.601 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:19.602 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:19.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:18.050137+0000 mgr.smithi143.harokq (mgr.14180) 608 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:19.929 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:18.050137+0000 mgr.smithi143.harokq (mgr.14180) 608 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:19.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:20.982 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:21.016 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:19.603024+0000 mgr.smithi143.harokq (mgr.14180) 609 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:21.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:19.603024+0000 mgr.smithi143.harokq (mgr.14180) 609 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:22.042 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:20.050557+0000 mgr.smithi143.harokq (mgr.14180) 610 : 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 2024-01-16T09:58:22.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:20.050557+0000 mgr.smithi143.harokq (mgr.14180) 610 : 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 2024-01-16T09:58:22.414 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:22.414 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:22.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:23.797 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:24.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:22.051171+0000 mgr.smithi143.harokq (mgr.14180) 611 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:24.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:22.414955+0000 mgr.smithi143.harokq (mgr.14180) 612 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:24.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:22.051171+0000 mgr.smithi143.harokq (mgr.14180) 611 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:24.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:22.414955+0000 mgr.smithi143.harokq (mgr.14180) 612 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:25.178 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:25.179 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:25.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:25.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:24.051526+0000 mgr.smithi143.harokq (mgr.14180) 613 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:26.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:24.051526+0000 mgr.smithi143.harokq (mgr.14180) 613 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:26.605 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:26.957 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:25.180304+0000 mgr.smithi143.harokq (mgr.14180) 614 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:27.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:25.180304+0000 mgr.smithi143.harokq (mgr.14180) 614 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:28.038 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:28.039 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:28.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:26.052018+0000 mgr.smithi143.harokq (mgr.14180) 615 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:28.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:26.052018+0000 mgr.smithi143.harokq (mgr.14180) 615 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:28.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:29.581 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:29.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:28.039947+0000 mgr.smithi143.harokq (mgr.14180) 616 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:29.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:28.052494+0000 mgr.smithi143.harokq (mgr.14180) 617 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:29.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:28.039947+0000 mgr.smithi143.harokq (mgr.14180) 616 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:29.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:28.052494+0000 mgr.smithi143.harokq (mgr.14180) 617 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:30.977 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:30.977 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:31.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:32.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:30.052941+0000 mgr.smithi143.harokq (mgr.14180) 618 : 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 2024-01-16T09:58:32.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:30.052941+0000 mgr.smithi143.harokq (mgr.14180) 618 : 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 2024-01-16T09:58:32.355 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:33.066 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:30.978375+0000 mgr.smithi143.harokq (mgr.14180) 619 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:33.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:30.978375+0000 mgr.smithi143.harokq (mgr.14180) 619 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:33.781 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:33.781 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:34.031 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:32.053492+0000 mgr.smithi143.harokq (mgr.14180) 620 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:34.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:32.053492+0000 mgr.smithi143.harokq (mgr.14180) 620 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:34.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:35.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:33.783127+0000 mgr.smithi143.harokq (mgr.14180) 621 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:35.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:33.783127+0000 mgr.smithi143.harokq (mgr.14180) 621 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:35.255 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:35.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:34.054019+0000 mgr.smithi143.harokq (mgr.14180) 622 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:36.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:34.054019+0000 mgr.smithi143.harokq (mgr.14180) 622 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:36.642 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:36.642 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:37.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:38.013 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:38.046 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:36.054505+0000 mgr.smithi143.harokq (mgr.14180) 623 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:38.046 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:36.643222+0000 mgr.smithi143.harokq (mgr.14180) 624 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:38.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:36.054505+0000 mgr.smithi143.harokq (mgr.14180) 623 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:38.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:36.643222+0000 mgr.smithi143.harokq (mgr.14180) 624 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:39.381 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:39.381 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:39.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:39.903 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:38.055012+0000 mgr.smithi143.harokq (mgr.14180) 625 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:40.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:38.055012+0000 mgr.smithi143.harokq (mgr.14180) 625 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:40.770 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:41.104 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:39.381852+0000 mgr.smithi143.harokq (mgr.14180) 626 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:41.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:39.381852+0000 mgr.smithi143.harokq (mgr.14180) 626 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:41.836 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:40.055662+0000 mgr.smithi143.harokq (mgr.14180) 627 : 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 2024-01-16T09:58:42.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:40.055662+0000 mgr.smithi143.harokq (mgr.14180) 627 : 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 2024-01-16T09:58:42.202 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:42.203 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:42.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:43.586 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:43.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:42.056164+0000 mgr.smithi143.harokq (mgr.14180) 628 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:43.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:42.203622+0000 mgr.smithi143.harokq (mgr.14180) 629 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:44.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:42.056164+0000 mgr.smithi143.harokq (mgr.14180) 628 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:44.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:42.203622+0000 mgr.smithi143.harokq (mgr.14180) 629 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:45.021 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:45.021 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:45.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:46.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:44.056513+0000 mgr.smithi143.harokq (mgr.14180) 630 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:46.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:44.056513+0000 mgr.smithi143.harokq (mgr.14180) 630 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:46.430 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:47.010 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:45.021893+0000 mgr.smithi143.harokq (mgr.14180) 631 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:47.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:45.021893+0000 mgr.smithi143.harokq (mgr.14180) 631 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:47.919 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:47.919 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:48.079 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:46.056950+0000 mgr.smithi143.harokq (mgr.14180) 632 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:48.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:46.056950+0000 mgr.smithi143.harokq (mgr.14180) 632 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:48.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:49.309 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:49.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:47.920804+0000 mgr.smithi143.harokq (mgr.14180) 633 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:49.954 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:48.057427+0000 mgr.smithi143.harokq (mgr.14180) 634 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:50.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:47.920804+0000 mgr.smithi143.harokq (mgr.14180) 633 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:50.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:48.057427+0000 mgr.smithi143.harokq (mgr.14180) 634 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:50.582 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:50.583 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:50.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:51.961 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:51.994 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:50.057894+0000 mgr.smithi143.harokq (mgr.14180) 635 : 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 2024-01-16T09:58:51.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:50.584134+0000 mgr.smithi143.harokq (mgr.14180) 636 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:52.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:50.057894+0000 mgr.smithi143.harokq (mgr.14180) 635 : 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 2024-01-16T09:58:52.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:50.584134+0000 mgr.smithi143.harokq (mgr.14180) 636 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:53.304 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:53.304 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:53.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:53.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:52.058509+0000 mgr.smithi143.harokq (mgr.14180) 637 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:54.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:52.058509+0000 mgr.smithi143.harokq (mgr.14180) 637 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:54.666 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:55.001 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:53.305731+0000 mgr.smithi143.harokq (mgr.14180) 638 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:55.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:53.305731+0000 mgr.smithi143.harokq (mgr.14180) 638 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:56.108 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:56.108 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:56.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:54.059109+0000 mgr.smithi143.harokq (mgr.14180) 639 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:56.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:54.059109+0000 mgr.smithi143.harokq (mgr.14180) 639 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:56.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:58:57.492 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:58:57.843 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:56.059637+0000 mgr.smithi143.harokq (mgr.14180) 640 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:57.843 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:56.109617+0000 mgr.smithi143.harokq (mgr.14180) 641 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:58.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:56.059637+0000 mgr.smithi143.harokq (mgr.14180) 640 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:58:58.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:56.109617+0000 mgr.smithi143.harokq (mgr.14180) 641 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:58:58.845 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:58:58.845 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:58:59.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:00.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:58:58.060123+0000 mgr.smithi143.harokq (mgr.14180) 642 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:00.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:58:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:58:58.846610+0000 mgr.smithi143.harokq (mgr.14180) 643 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:00.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:58:58.060123+0000 mgr.smithi143.harokq (mgr.14180) 642 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:00.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:58:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:58:58.846610+0000 mgr.smithi143.harokq (mgr.14180) 643 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:00.225 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:01.731 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:01.732 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:02.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:00.060535+0000 mgr.smithi143.harokq (mgr.14180) 644 : 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 2024-01-16T09:59:02.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:00.060535+0000 mgr.smithi143.harokq (mgr.14180) 644 : 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 2024-01-16T09:59:02.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:03.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:01.732819+0000 mgr.smithi143.harokq (mgr.14180) 645 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:03.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:01.732819+0000 mgr.smithi143.harokq (mgr.14180) 645 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:03.175 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:03.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:02.061110+0000 mgr.smithi143.harokq (mgr.14180) 646 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:04.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:02.061110+0000 mgr.smithi143.harokq (mgr.14180) 646 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:04.717 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:04.717 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:05.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:06.107 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:06.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:04.061450+0000 mgr.smithi143.harokq (mgr.14180) 647 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:06.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:04.718767+0000 mgr.smithi143.harokq (mgr.14180) 648 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:06.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:04.061450+0000 mgr.smithi143.harokq (mgr.14180) 647 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:06.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:04.718767+0000 mgr.smithi143.harokq (mgr.14180) 648 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:07.468 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:07.468 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:07.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:08.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:06.062155+0000 mgr.smithi143.harokq (mgr.14180) 649 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:08.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:06.062155+0000 mgr.smithi143.harokq (mgr.14180) 649 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:08.873 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:09.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:07.469578+0000 mgr.smithi143.harokq (mgr.14180) 650 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:09.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:07.469578+0000 mgr.smithi143.harokq (mgr.14180) 650 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:09.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:08.062859+0000 mgr.smithi143.harokq (mgr.14180) 651 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:10.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:08.062859+0000 mgr.smithi143.harokq (mgr.14180) 651 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:10.248 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:10.249 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:10.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:11.631 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:11.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:10.063280+0000 mgr.smithi143.harokq (mgr.14180) 652 : 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 2024-01-16T09:59:11.959 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:10.249783+0000 mgr.smithi143.harokq (mgr.14180) 653 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:12.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:10.063280+0000 mgr.smithi143.harokq (mgr.14180) 652 : 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 2024-01-16T09:59:12.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:10.249783+0000 mgr.smithi143.harokq (mgr.14180) 653 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:12.958 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:12.958 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:13.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:14.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:12.063751+0000 mgr.smithi143.harokq (mgr.14180) 654 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:14.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:12.063751+0000 mgr.smithi143.harokq (mgr.14180) 654 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:14.340 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:15.000 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:12.959727+0000 mgr.smithi143.harokq (mgr.14180) 655 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:15.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:12.959727+0000 mgr.smithi143.harokq (mgr.14180) 655 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:15.681 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:15.681 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:16.012 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:14.064206+0000 mgr.smithi143.harokq (mgr.14180) 656 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:16.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:16.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:14.064206+0000 mgr.smithi143.harokq (mgr.14180) 656 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:17.033 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:17.065 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:15.683113+0000 mgr.smithi143.harokq (mgr.14180) 657 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:17.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:15.683113+0000 mgr.smithi143.harokq (mgr.14180) 657 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:18.083 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:16.064641+0000 mgr.smithi143.harokq (mgr.14180) 658 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:18.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:16.064641+0000 mgr.smithi143.harokq (mgr.14180) 658 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:18.440 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:18.440 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:18.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:19.814 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:20.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:18.065373+0000 mgr.smithi143.harokq (mgr.14180) 659 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:20.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:18.441744+0000 mgr.smithi143.harokq (mgr.14180) 660 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:20.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:18.065373+0000 mgr.smithi143.harokq (mgr.14180) 659 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:20.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:18.441744+0000 mgr.smithi143.harokq (mgr.14180) 660 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:21.214 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:21.214 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:21.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:22.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:20.065768+0000 mgr.smithi143.harokq (mgr.14180) 661 : 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 2024-01-16T09:59:22.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:20.065768+0000 mgr.smithi143.harokq (mgr.14180) 661 : 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 2024-01-16T09:59:22.621 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:22.980 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:21.215688+0000 mgr.smithi143.harokq (mgr.14180) 662 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:23.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:21.215688+0000 mgr.smithi143.harokq (mgr.14180) 662 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:24.043 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:24.044 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:24.071 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:22.066516+0000 mgr.smithi143.harokq (mgr.14180) 663 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:24.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:22.066516+0000 mgr.smithi143.harokq (mgr.14180) 663 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:24.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:25.429 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:26.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:24.044807+0000 mgr.smithi143.harokq (mgr.14180) 664 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:26.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:24.066977+0000 mgr.smithi143.harokq (mgr.14180) 665 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:26.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:24.044807+0000 mgr.smithi143.harokq (mgr.14180) 664 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:26.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:24.066977+0000 mgr.smithi143.harokq (mgr.14180) 665 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:26.796 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:26.796 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:27.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:28.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:26.067450+0000 mgr.smithi143.harokq (mgr.14180) 666 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:28.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:26.797526+0000 mgr.smithi143.harokq (mgr.14180) 667 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:28.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:26.067450+0000 mgr.smithi143.harokq (mgr.14180) 666 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:28.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:26.797526+0000 mgr.smithi143.harokq (mgr.14180) 667 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:28.178 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:29.551 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:29.551 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:29.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:30.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:28.067948+0000 mgr.smithi143.harokq (mgr.14180) 668 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:30.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:28.067948+0000 mgr.smithi143.harokq (mgr.14180) 668 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:30.905 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:31.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:29.551080+0000 mgr.smithi143.harokq (mgr.14180) 669 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:31.152 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:29.551080+0000 mgr.smithi143.harokq (mgr.14180) 669 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:31.869 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:30.068528+0000 mgr.smithi143.harokq (mgr.14180) 670 : 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 2024-01-16T09:59:32.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:30.068528+0000 mgr.smithi143.harokq (mgr.14180) 670 : 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 2024-01-16T09:59:32.272 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:32.272 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:32.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:33.678 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:33.985 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:32.069046+0000 mgr.smithi143.harokq (mgr.14180) 671 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:33.985 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:32.273782+0000 mgr.smithi143.harokq (mgr.14180) 672 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:34.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:32.069046+0000 mgr.smithi143.harokq (mgr.14180) 671 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:34.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:32.273782+0000 mgr.smithi143.harokq (mgr.14180) 672 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:35.097 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:35.097 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:35.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:36.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:34.069489+0000 mgr.smithi143.harokq (mgr.14180) 673 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:36.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:34.069489+0000 mgr.smithi143.harokq (mgr.14180) 673 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:36.493 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:37.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:35.098520+0000 mgr.smithi143.harokq (mgr.14180) 674 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:37.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:35.098520+0000 mgr.smithi143.harokq (mgr.14180) 674 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:37.901 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:37.901 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:38.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:36.070046+0000 mgr.smithi143.harokq (mgr.14180) 675 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:38.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:36.070046+0000 mgr.smithi143.harokq (mgr.14180) 675 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:38.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:39.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:37.902757+0000 mgr.smithi143.harokq (mgr.14180) 676 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:39.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:37.902757+0000 mgr.smithi143.harokq (mgr.14180) 676 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:39.293 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:40.004 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:38.070543+0000 mgr.smithi143.harokq (mgr.14180) 677 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:40.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:38.070543+0000 mgr.smithi143.harokq (mgr.14180) 677 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:40.708 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:40.708 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:41.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:42.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:40.070935+0000 mgr.smithi143.harokq (mgr.14180) 678 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:42.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:40.709333+0000 mgr.smithi143.harokq (mgr.14180) 679 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:42.136 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:42.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:40.070935+0000 mgr.smithi143.harokq (mgr.14180) 678 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:42.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:40.709333+0000 mgr.smithi143.harokq (mgr.14180) 679 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:43.525 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:43.526 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:43.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:44.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:42.071620+0000 mgr.smithi143.harokq (mgr.14180) 680 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:44.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:42.071620+0000 mgr.smithi143.harokq (mgr.14180) 680 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:44.911 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:45.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:43.526838+0000 mgr.smithi143.harokq (mgr.14180) 681 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:45.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:43.526838+0000 mgr.smithi143.harokq (mgr.14180) 681 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:45.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:44.072058+0000 mgr.smithi143.harokq (mgr.14180) 682 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:46.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:44.072058+0000 mgr.smithi143.harokq (mgr.14180) 682 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:46.304 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:46.304 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:46.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:47.691 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:48.016 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:46.072509+0000 mgr.smithi143.harokq (mgr.14180) 683 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:48.017 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:46.305805+0000 mgr.smithi143.harokq (mgr.14180) 684 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:48.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:46.072509+0000 mgr.smithi143.harokq (mgr.14180) 683 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:48.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:46.305805+0000 mgr.smithi143.harokq (mgr.14180) 684 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:49.124 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:49.124 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:49.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:50.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:48.073007+0000 mgr.smithi143.harokq (mgr.14180) 685 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:50.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:48.073007+0000 mgr.smithi143.harokq (mgr.14180) 685 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:50.491 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:51.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:49.125401+0000 mgr.smithi143.harokq (mgr.14180) 686 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:51.152 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:49.125401+0000 mgr.smithi143.harokq (mgr.14180) 686 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:51.860 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:51.861 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:52.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:50.073543+0000 mgr.smithi143.harokq (mgr.14180) 687 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:52.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:50.073543+0000 mgr.smithi143.harokq (mgr.14180) 687 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:59:52.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:53.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:51.862557+0000 mgr.smithi143.harokq (mgr.14180) 688 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:53.242 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:53.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:51.862557+0000 mgr.smithi143.harokq (mgr.14180) 688 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:54.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:52.074330+0000 mgr.smithi143.harokq (mgr.14180) 689 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:54.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:52.074330+0000 mgr.smithi143.harokq (mgr.14180) 689 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:54.650 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:54.651 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:52:22.822661Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.amanip on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-amanip\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.amanip\nDeploy daemon haproxy.nfs.foo.smithi204.amanip ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:51:45Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.864030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mgtrau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-mgtrau\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.mgtrau\nDeploy daemon haproxy.nfs.foo.smithi143.mgtrau ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:52:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:53:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:54:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:54:52.868729Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.djzhgb on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:55.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:56.040 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:56.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:54.074841+0000 mgr.smithi143.harokq (mgr.14180) 690 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:56.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:54.652201+0000 mgr.smithi143.harokq (mgr.14180) 691 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:56.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:54.074841+0000 mgr.smithi143.harokq (mgr.14180) 690 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:56.366 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:54.652201+0000 mgr.smithi143.harokq (mgr.14180) 691 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:57.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:56.733211+0000 mon.smithi143 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.xajxbr"}]: dispatch 2024-01-16T09:59:57.003 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:56.738037+0000 mon.smithi143 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:59:57.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:56.733211+0000 mon.smithi143 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.xajxbr"}]: dispatch 2024-01-16T09:59:57.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:56.738037+0000 mon.smithi143 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:59:57.397 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T09:59:57.397 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:54.105493Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:54.106082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:54.105658Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:54.105728Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:54.105790Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:54.105849Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T09:59:57.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:59:58.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:56.075365+0000 mgr.smithi143.harokq (mgr.14180) 692 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:58.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:59:56.732728+0000 mgr.smithi143.harokq (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Traceback (most recent call last): 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: yield (conn, connr) 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: code, '\n'.join(err))) 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.121 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:59:56.732883+0000 mgr.smithi143.harokq (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:59:56.733752+0000 mgr.smithi143.harokq (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:59:56.734903+0000 mgr.smithi143.harokq (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:58.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:59:56.735912+0000 mgr.smithi143.harokq (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:58.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:56.736780+0000 mgr.smithi143.harokq (mgr.14180) 698 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-16T09:59:58.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:56.897408+0000 mon.smithi143 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:59:58.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:56.979688+0000 mon.smithi143 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:59:58.123 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:56.984946+0000 mon.smithi143 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:59:58.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:56.075365+0000 mgr.smithi143.harokq (mgr.14180) 692 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:59:58.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:59:56.732728+0000 mgr.smithi143.harokq (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Traceback (most recent call last): 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: yield (conn, connr) 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: code, '\n'.join(err))) 2024-01-16T09:59:58.154 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:59:56.732883+0000 mgr.smithi143.harokq (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:59:56.733752+0000 mgr.smithi143.harokq (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.155 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:59:56.734903+0000 mgr.smithi143.harokq (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:59:56.735912+0000 mgr.smithi143.harokq (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:56.736780+0000 mgr.smithi143.harokq (mgr.14180) 698 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-16T09:59:58.156 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:56.897408+0000 mon.smithi143 (mon.0) 671 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:59:58.157 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:56.979688+0000 mon.smithi143 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:59:58.157 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:56.984946+0000 mon.smithi143 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:59:58.783 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:59:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:57.396237+0000 mgr.smithi143.harokq (mgr.14180) 699 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:58.247786+0000 mon.smithi143 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:59:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:58.526704+0000 mon.smithi143 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:58.527345+0000 mon.smithi143 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:58.527843+0000 mon.smithi143 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:58.528332+0000 mon.smithi143 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:58.534887+0000 mon.smithi143 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:59:59.311 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:57.396237+0000 mgr.smithi143.harokq (mgr.14180) 699 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:59:59.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:58.247786+0000 mon.smithi143 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T09:59:59.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:58.526704+0000 mon.smithi143 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:58.527345+0000 mon.smithi143 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:58.527843+0000 mon.smithi143 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:58.528332+0000 mon.smithi143 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:59:59.312 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:58.534887+0000 mon.smithi143 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:00.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T09:59:58.528718+0000 mgr.smithi143.harokq (mgr.14180) 700 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 2968M 2024-01-16T10:00:00.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T09:59:58.737473+0000 mgr.smithi143.harokq (mgr.14180) 701 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-16T10:00:00.153 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 09:59:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T09:59:59.010570+0000 mon.smithi143 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:00.251 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T09:59:58.528718+0000 mgr.smithi143.harokq (mgr.14180) 700 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 2968M 2024-01-16T10:00:00.251 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T09:59:58.737473+0000 mgr.smithi143.harokq (mgr.14180) 701 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-16T10:00:00.251 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 09:59:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T09:59:59.010570+0000 mon.smithi143 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:00.638 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:00.638 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T09:54:57.704261Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:54:57.704329Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T09:54:57.704394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:54:57.704832Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:54:57.704185Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:54:57.704033Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T09:54:57.704891Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:54:57.704473Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:54:57.704594Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T09:54:57.704534Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:01.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000238+0000 mon.smithi143 (mon.0) 681 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000288+0000 mon.smithi143 (mon.0) 682 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000310+0000 mon.smithi143 (mon.0) 683 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000331+0000 mon.smithi143 (mon.0) 684 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000353+0000 mon.smithi143 (mon.0) 685 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000373+0000 mon.smithi143 (mon.0) 686 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000401+0000 mon.smithi143 (mon.0) 687 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000421+0000 mon.smithi143 (mon.0) 688 : cluster [WRN] 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000441+0000 mon.smithi143 (mon.0) 689 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:00:01.370 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000461+0000 mon.smithi143 (mon.0) 690 : cluster [WRN] stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000482+0000 mon.smithi143 (mon.0) 691 : cluster [WRN] stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000503+0000 mon.smithi143 (mon.0) 692 : cluster [WRN] stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000522+0000 mon.smithi143 (mon.0) 693 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000557+0000 mon.smithi143 (mon.0) 694 : cluster [WRN] 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000566+0000 mon.smithi143 (mon.0) 695 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000574+0000 mon.smithi143 (mon.0) 696 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000581+0000 mon.smithi143 (mon.0) 697 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000588+0000 mon.smithi143 (mon.0) 698 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000595+0000 mon.smithi143 (mon.0) 699 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000602+0000 mon.smithi143 (mon.0) 700 : cluster [WRN] 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000628+0000 mon.smithi143 (mon.0) 701 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000635+0000 mon.smithi143 (mon.0) 702 : cluster [WRN] stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000642+0000 mon.smithi143 (mon.0) 703 : cluster [WRN] stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000650+0000 mon.smithi143 (mon.0) 704 : cluster [WRN] stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000658+0000 mon.smithi143 (mon.0) 705 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000665+0000 mon.smithi143 (mon.0) 706 : cluster [WRN] 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000672+0000 mon.smithi143 (mon.0) 707 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.000680+0000 mon.smithi143 (mon.0) 708 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.372 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:00.803037+0000 mon.smithi143 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000238+0000 mon.smithi143 (mon.0) 681 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000288+0000 mon.smithi143 (mon.0) 682 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000310+0000 mon.smithi143 (mon.0) 683 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000331+0000 mon.smithi143 (mon.0) 684 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000353+0000 mon.smithi143 (mon.0) 685 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000373+0000 mon.smithi143 (mon.0) 686 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000401+0000 mon.smithi143 (mon.0) 687 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi204.bnpgli ... 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000421+0000 mon.smithi143 (mon.0) 688 : cluster [WRN] 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000441+0000 mon.smithi143 (mon.0) 689 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000461+0000 mon.smithi143 (mon.0) 690 : cluster [WRN] stat: stderr time="2024-01-16T09:55:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000482+0000 mon.smithi143 (mon.0) 691 : cluster [WRN] stat: stderr time="2024-01-16T09:56:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000503+0000 mon.smithi143 (mon.0) 692 : cluster [WRN] stat: stderr time="2024-01-16T09:56:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000522+0000 mon.smithi143 (mon.0) 693 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000557+0000 mon.smithi143 (mon.0) 694 : cluster [WRN] 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000566+0000 mon.smithi143 (mon.0) 695 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000574+0000 mon.smithi143 (mon.0) 696 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000581+0000 mon.smithi143 (mon.0) 697 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000588+0000 mon.smithi143 (mon.0) 698 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000595+0000 mon.smithi143 (mon.0) 699 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.xajxbr ... 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000602+0000 mon.smithi143 (mon.0) 700 : cluster [WRN] 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000628+0000 mon.smithi143 (mon.0) 701 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000635+0000 mon.smithi143 (mon.0) 702 : cluster [WRN] stat: stderr time="2024-01-16T09:58:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000642+0000 mon.smithi143 (mon.0) 703 : cluster [WRN] stat: stderr time="2024-01-16T09:58:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000650+0000 mon.smithi143 (mon.0) 704 : cluster [WRN] stat: stderr time="2024-01-16T09:59:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000658+0000 mon.smithi143 (mon.0) 705 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000665+0000 mon.smithi143 (mon.0) 706 : cluster [WRN] 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:00:01.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000672+0000 mon.smithi143 (mon.0) 707 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.000680+0000 mon.smithi143 (mon.0) 708 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:00:01.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:00.803037+0000 mon.smithi143 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:02.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:00.639407+0000 mgr.smithi143.harokq (mgr.14180) 702 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:02.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:00.738131+0000 mgr.smithi143.harokq (mgr.14180) 703 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-16T10:00:02.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.189504+0000 mon.smithi143 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.190123+0000 mon.smithi143 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.190609+0000 mon.smithi143 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.119 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.191063+0000 mon.smithi143 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.195401+0000 mon.smithi143 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:02.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.196243+0000 mon.smithi143 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:00:02.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.196780+0000 mon.smithi143 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:00:02.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.200617+0000 mon.smithi143 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:02.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.204055+0000 mon.smithi143 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:00:02.120 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:01.210527+0000 mon.smithi143 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:02.124 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:02.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:00.639407+0000 mgr.smithi143.harokq (mgr.14180) 702 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:02.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:00.738131+0000 mgr.smithi143.harokq (mgr.14180) 703 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.189504+0000 mon.smithi143 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.190123+0000 mon.smithi143 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.190609+0000 mon.smithi143 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.191063+0000 mon.smithi143 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.195401+0000 mon.smithi143 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.196243+0000 mon.smithi143 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.196780+0000 mon.smithi143 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:00:02.404 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.200617+0000 mon.smithi143 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:02.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.204055+0000 mon.smithi143 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:00:02.405 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:01.210527+0000 mon.smithi143 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:00:03.093 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:00:01.191443+0000 mgr.smithi143.harokq (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 1944M 2024-01-16T10:00:03.093 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:01.200971+0000 mgr.smithi143.harokq (mgr.14180) 705 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-16T10:00:03.093 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:00:01.212488+0000 mgr.smithi143.harokq (mgr.14180) 706 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.syhvfy on smithi204 2024-01-16T10:00:03.093 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:02.199183+0000 mon.smithi143 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:00:03.093 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:02.199216+0000 mon.smithi143 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-01-16T10:00:03.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:00:01.191443+0000 mgr.smithi143.harokq (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 1944M 2024-01-16T10:00:03.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:01.200971+0000 mgr.smithi143.harokq (mgr.14180) 705 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-16T10:00:03.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:00:01.212488+0000 mgr.smithi143.harokq (mgr.14180) 706 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.syhvfy on smithi204 2024-01-16T10:00:03.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:02.199183+0000 mon.smithi143 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:00:03.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:02.199216+0000 mon.smithi143 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-01-16T10:00:03.465 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:03.465 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:03.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:04.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:03.201419+0000 mgr.smithi143.harokq (mgr.14180) 707 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-16T10:00:04.403 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:03.467417+0000 mgr.smithi143.harokq (mgr.14180) 708 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:04.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:03.201419+0000 mgr.smithi143.harokq (mgr.14180) 707 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-16T10:00:04.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:03.467417+0000 mgr.smithi143.harokq (mgr.14180) 708 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:04.864 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:06.313 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:06.313 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:06.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:05.201789+0000 mgr.smithi143.harokq (mgr.14180) 709 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-16T10:00:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:05.201789+0000 mgr.smithi143.harokq (mgr.14180) 709 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-01-16T10:00:06.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:07.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:06.314691+0000 mgr.smithi143.harokq (mgr.14180) 710 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:07.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:06.314691+0000 mgr.smithi143.harokq (mgr.14180) 710 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:07.688 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:08.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:07.202269+0000 mgr.smithi143.harokq (mgr.14180) 711 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T10:00:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:07.202269+0000 mgr.smithi143.harokq (mgr.14180) 711 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T10:00:09.105 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:09.105 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:09.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:10.515 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:10.547 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:09.107156+0000 mgr.smithi143.harokq (mgr.14180) 712 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:10.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:09.202696+0000 mgr.smithi143.harokq (mgr.14180) 713 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T10:00:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:09.107156+0000 mgr.smithi143.harokq (mgr.14180) 712 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:09.202696+0000 mgr.smithi143.harokq (mgr.14180) 713 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T10:00:11.886 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:11.887 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:12.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:12.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:11.203507+0000 mgr.smithi143.harokq (mgr.14180) 714 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T10:00:12.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:11.888158+0000 mgr.smithi143.harokq (mgr.14180) 715 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:11.203507+0000 mgr.smithi143.harokq (mgr.14180) 714 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T10:00:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:11.888158+0000 mgr.smithi143.harokq (mgr.14180) 715 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:13.272 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:14.323 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:13.204168+0000 mgr.smithi143.harokq (mgr.14180) 716 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:14.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:13.204168+0000 mgr.smithi143.harokq (mgr.14180) 716 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:14.673 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:14.673 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:15.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:15.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:14.674897+0000 mgr.smithi143.harokq (mgr.14180) 717 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:15.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:14.674897+0000 mgr.smithi143.harokq (mgr.14180) 717 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:16.046 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:16.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:15.204810+0000 mgr.smithi143.harokq (mgr.14180) 718 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:15.204810+0000 mgr.smithi143.harokq (mgr.14180) 718 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:17.388 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:17.388 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:17.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:18.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:17.205308+0000 mgr.smithi143.harokq (mgr.14180) 719 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:18.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:17.389500+0000 mgr.smithi143.harokq (mgr.14180) 720 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:17.205308+0000 mgr.smithi143.harokq (mgr.14180) 719 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:17.389500+0000 mgr.smithi143.harokq (mgr.14180) 720 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:18.770 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:20.157 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:20.158 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:20.467 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:19.205708+0000 mgr.smithi143.harokq (mgr.14180) 721 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:20.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:19.205708+0000 mgr.smithi143.harokq (mgr.14180) 721 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:21.553 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:21.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:20.159590+0000 mgr.smithi143.harokq (mgr.14180) 722 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:21.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:20.159590+0000 mgr.smithi143.harokq (mgr.14180) 722 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:22.581 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:21.206431+0000 mgr.smithi143.harokq (mgr.14180) 723 : 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 2024-01-16T10:00:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:21.206431+0000 mgr.smithi143.harokq (mgr.14180) 723 : 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 2024-01-16T10:00:22.959 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:22.959 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:23.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:24.321 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:24.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:22.960625+0000 mgr.smithi143.harokq (mgr.14180) 724 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:24.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:23.207123+0000 mgr.smithi143.harokq (mgr.14180) 725 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:22.960625+0000 mgr.smithi143.harokq (mgr.14180) 724 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:23.207123+0000 mgr.smithi143.harokq (mgr.14180) 725 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:25.713 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:25.713 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:26.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:26.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:25.207497+0000 mgr.smithi143.harokq (mgr.14180) 726 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:26.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:25.714428+0000 mgr.smithi143.harokq (mgr.14180) 727 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:25.207497+0000 mgr.smithi143.harokq (mgr.14180) 726 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:25.714428+0000 mgr.smithi143.harokq (mgr.14180) 727 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:27.137 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:28.586 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:28.586 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:28.607 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:27.208098+0000 mgr.smithi143.harokq (mgr.14180) 728 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:28.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:27.208098+0000 mgr.smithi143.harokq (mgr.14180) 728 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:28.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:29.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:28.587581+0000 mgr.smithi143.harokq (mgr.14180) 729 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:29.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:28.587581+0000 mgr.smithi143.harokq (mgr.14180) 729 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:29.960 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:30.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:29.208527+0000 mgr.smithi143.harokq (mgr.14180) 730 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:29.208527+0000 mgr.smithi143.harokq (mgr.14180) 730 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:31.338 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:31.339 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:31.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:31.208958+0000 mgr.smithi143.harokq (mgr.14180) 731 : 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 2024-01-16T10:00:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:31.340433+0000 mgr.smithi143.harokq (mgr.14180) 732 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:31.208958+0000 mgr.smithi143.harokq (mgr.14180) 731 : 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 2024-01-16T10:00:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:31.340433+0000 mgr.smithi143.harokq (mgr.14180) 732 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:32.718 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:34.105 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:34.106 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:34.423 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:33.209481+0000 mgr.smithi143.harokq (mgr.14180) 733 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:34.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:33.209481+0000 mgr.smithi143.harokq (mgr.14180) 733 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:35.493 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:35.522 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:34.107117+0000 mgr.smithi143.harokq (mgr.14180) 734 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:35.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:34.107117+0000 mgr.smithi143.harokq (mgr.14180) 734 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:36.448 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:35.210089+0000 mgr.smithi143.harokq (mgr.14180) 735 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:36.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:35.210089+0000 mgr.smithi143.harokq (mgr.14180) 735 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:36.949 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:36.950 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:37.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:38.325 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:38.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:36.951474+0000 mgr.smithi143.harokq (mgr.14180) 736 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:38.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:37.210527+0000 mgr.smithi143.harokq (mgr.14180) 737 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:36.951474+0000 mgr.smithi143.harokq (mgr.14180) 736 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:37.210527+0000 mgr.smithi143.harokq (mgr.14180) 737 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:39.689 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:39.690 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:40.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:40.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:39.210941+0000 mgr.smithi143.harokq (mgr.14180) 738 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:40.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:39.691239+0000 mgr.smithi143.harokq (mgr.14180) 739 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:39.210941+0000 mgr.smithi143.harokq (mgr.14180) 738 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:39.691239+0000 mgr.smithi143.harokq (mgr.14180) 739 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:41.066 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:42.545 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:42.545 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:42.567 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:41.211417+0000 mgr.smithi143.harokq (mgr.14180) 740 : 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 2024-01-16T10:00:42.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:41.211417+0000 mgr.smithi143.harokq (mgr.14180) 740 : 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 2024-01-16T10:00:42.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:43.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:42.546622+0000 mgr.smithi143.harokq (mgr.14180) 741 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:43.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:42.546622+0000 mgr.smithi143.harokq (mgr.14180) 741 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:43.919 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:44.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:43.211866+0000 mgr.smithi143.harokq (mgr.14180) 742 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:44.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:43.211866+0000 mgr.smithi143.harokq (mgr.14180) 742 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:45.283 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:45.283 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:45.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:46.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:45.212273+0000 mgr.smithi143.harokq (mgr.14180) 743 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:46.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:45.284616+0000 mgr.smithi143.harokq (mgr.14180) 744 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:45.212273+0000 mgr.smithi143.harokq (mgr.14180) 743 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:45.284616+0000 mgr.smithi143.harokq (mgr.14180) 744 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:46.665 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:48.087 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:48.088 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:48.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:47.212769+0000 mgr.smithi143.harokq (mgr.14180) 745 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:48.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:48.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:47.212769+0000 mgr.smithi143.harokq (mgr.14180) 745 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:49.481 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:49.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:48.089364+0000 mgr.smithi143.harokq (mgr.14180) 746 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:49.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:48.089364+0000 mgr.smithi143.harokq (mgr.14180) 746 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:50.460 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:49.213277+0000 mgr.smithi143.harokq (mgr.14180) 747 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:50.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:49.213277+0000 mgr.smithi143.harokq (mgr.14180) 747 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:50.798 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:50.798 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:51.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:51.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:50.800130+0000 mgr.smithi143.harokq (mgr.14180) 748 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:51.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:50.800130+0000 mgr.smithi143.harokq (mgr.14180) 748 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:52.163 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:52.490 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:51.213738+0000 mgr.smithi143.harokq (mgr.14180) 749 : 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 2024-01-16T10:00:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:51.213738+0000 mgr.smithi143.harokq (mgr.14180) 749 : 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 2024-01-16T10:00:53.491 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:53.491 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:53.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:54.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:53.214241+0000 mgr.smithi143.harokq (mgr.14180) 750 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:54.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:53.492934+0000 mgr.smithi143.harokq (mgr.14180) 751 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:54.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:53.214241+0000 mgr.smithi143.harokq (mgr.14180) 750 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:54.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:53.492934+0000 mgr.smithi143.harokq (mgr.14180) 751 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:54.863 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:56.273 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:56.273 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:56.577 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:55.214720+0000 mgr.smithi143.harokq (mgr.14180) 752 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:55.214720+0000 mgr.smithi143.harokq (mgr.14180) 752 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:56.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:00:57.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:56.274914+0000 mgr.smithi143.harokq (mgr.14180) 753 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:57.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:56.274914+0000 mgr.smithi143.harokq (mgr.14180) 753 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:00:57.680 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:00:58.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:00:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:57.215286+0000 mgr.smithi143.harokq (mgr.14180) 754 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:58.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:00:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:57.215286+0000 mgr.smithi143.harokq (mgr.14180) 754 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:00:59.064 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:00:59.064 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:00:59.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:00.447 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:00.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:00:59.065787+0000 mgr.smithi143.harokq (mgr.14180) 755 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:00.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:00:59.215697+0000 mgr.smithi143.harokq (mgr.14180) 756 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:00.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:00:59.065787+0000 mgr.smithi143.harokq (mgr.14180) 755 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:00.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:00:59.215697+0000 mgr.smithi143.harokq (mgr.14180) 756 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:01.873 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:01.875 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:02.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:02.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:01.216362+0000 mgr.smithi143.harokq (mgr.14180) 757 : 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 2024-01-16T10:01:02.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:01.873884+0000 mgr.smithi143.harokq (mgr.14180) 758 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:01.216362+0000 mgr.smithi143.harokq (mgr.14180) 757 : 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 2024-01-16T10:01:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:01.873884+0000 mgr.smithi143.harokq (mgr.14180) 758 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:03.280 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:04.315 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:03.216928+0000 mgr.smithi143.harokq (mgr.14180) 759 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:04.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:03.216928+0000 mgr.smithi143.harokq (mgr.14180) 759 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:04.693 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:04.693 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:05.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:05.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:04.695016+0000 mgr.smithi143.harokq (mgr.14180) 760 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:05.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:04.695016+0000 mgr.smithi143.harokq (mgr.14180) 760 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:06.098 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:06.455 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:05.217369+0000 mgr.smithi143.harokq (mgr.14180) 761 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:06.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:05.217369+0000 mgr.smithi143.harokq (mgr.14180) 761 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:07.549 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:07.549 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:07.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:08.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:07.217880+0000 mgr.smithi143.harokq (mgr.14180) 762 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:08.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:07.551022+0000 mgr.smithi143.harokq (mgr.14180) 763 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:08.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:07.217880+0000 mgr.smithi143.harokq (mgr.14180) 762 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:07.551022+0000 mgr.smithi143.harokq (mgr.14180) 763 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:08.928 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:10.292 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:10.292 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:09.218274+0000 mgr.smithi143.harokq (mgr.14180) 764 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:10.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:09.218274+0000 mgr.smithi143.harokq (mgr.14180) 764 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:10.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:11.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:10.293717+0000 mgr.smithi143.harokq (mgr.14180) 765 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:11.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:10.293717+0000 mgr.smithi143.harokq (mgr.14180) 765 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:11.678 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:12.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:11.218716+0000 mgr.smithi143.harokq (mgr.14180) 766 : 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 2024-01-16T10:01:12.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:11.218716+0000 mgr.smithi143.harokq (mgr.14180) 766 : 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 2024-01-16T10:01:13.148 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:13.148 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:13.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:14.538 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:14.572 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:13.150244+0000 mgr.smithi143.harokq (mgr.14180) 767 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:14.572 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:13.219178+0000 mgr.smithi143.harokq (mgr.14180) 768 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:14.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:13.150244+0000 mgr.smithi143.harokq (mgr.14180) 767 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:14.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:13.219178+0000 mgr.smithi143.harokq (mgr.14180) 768 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:15.826 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:15.827 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:16.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:16.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:15.219601+0000 mgr.smithi143.harokq (mgr.14180) 769 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:16.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:15.828416+0000 mgr.smithi143.harokq (mgr.14180) 770 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:16.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:15.219601+0000 mgr.smithi143.harokq (mgr.14180) 769 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:15.828416+0000 mgr.smithi143.harokq (mgr.14180) 770 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:17.193 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:18.570 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:18.570 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:18.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:17.220160+0000 mgr.smithi143.harokq (mgr.14180) 771 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:18.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:17.220160+0000 mgr.smithi143.harokq (mgr.14180) 771 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:18.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:19.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:18.571983+0000 mgr.smithi143.harokq (mgr.14180) 772 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:19.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:18.571983+0000 mgr.smithi143.harokq (mgr.14180) 772 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:19.968 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:20.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:19.220571+0000 mgr.smithi143.harokq (mgr.14180) 773 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:19.220571+0000 mgr.smithi143.harokq (mgr.14180) 773 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:21.358 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:21.359 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:21.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:22.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:21.221006+0000 mgr.smithi143.harokq (mgr.14180) 774 : 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 2024-01-16T10:01:22.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:21.360426+0000 mgr.smithi143.harokq (mgr.14180) 775 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:22.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:21.221006+0000 mgr.smithi143.harokq (mgr.14180) 774 : 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 2024-01-16T10:01:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:21.360426+0000 mgr.smithi143.harokq (mgr.14180) 775 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:22.769 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:24.239 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:24.239 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:24.562 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:23.221698+0000 mgr.smithi143.harokq (mgr.14180) 776 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:24.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:23.221698+0000 mgr.smithi143.harokq (mgr.14180) 776 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:25.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:24.239902+0000 mgr.smithi143.harokq (mgr.14180) 777 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:25.633 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:25.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:24.239902+0000 mgr.smithi143.harokq (mgr.14180) 777 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:26.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:25.222347+0000 mgr.smithi143.harokq (mgr.14180) 778 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:25.222347+0000 mgr.smithi143.harokq (mgr.14180) 778 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:26.960 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:26.960 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:27.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:28.334 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:28.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:26.961524+0000 mgr.smithi143.harokq (mgr.14180) 779 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:28.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:27.222836+0000 mgr.smithi143.harokq (mgr.14180) 780 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:26.961524+0000 mgr.smithi143.harokq (mgr.14180) 779 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:27.222836+0000 mgr.smithi143.harokq (mgr.14180) 780 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:29.710 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:29.710 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:30.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:30.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:29.223304+0000 mgr.smithi143.harokq (mgr.14180) 781 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:30.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:29.711769+0000 mgr.smithi143.harokq (mgr.14180) 782 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:30.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:29.223304+0000 mgr.smithi143.harokq (mgr.14180) 781 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:29.711769+0000 mgr.smithi143.harokq (mgr.14180) 782 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:31.150 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:32.539 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:32.539 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:32.564 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:31.223845+0000 mgr.smithi143.harokq (mgr.14180) 783 : 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 2024-01-16T10:01:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:31.223845+0000 mgr.smithi143.harokq (mgr.14180) 783 : 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 2024-01-16T10:01:32.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:33.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:32.540605+0000 mgr.smithi143.harokq (mgr.14180) 784 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:33.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:32.540605+0000 mgr.smithi143.harokq (mgr.14180) 784 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:33.933 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:34.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:33.224381+0000 mgr.smithi143.harokq (mgr.14180) 785 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:33.224381+0000 mgr.smithi143.harokq (mgr.14180) 785 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:35.330 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:35.331 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:35.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:36.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:35.224781+0000 mgr.smithi143.harokq (mgr.14180) 786 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:36.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:35.332410+0000 mgr.smithi143.harokq (mgr.14180) 787 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:36.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:35.224781+0000 mgr.smithi143.harokq (mgr.14180) 786 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:36.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:35.332410+0000 mgr.smithi143.harokq (mgr.14180) 787 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:36.733 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:38.235 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:38.235 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:38.604 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:37.225294+0000 mgr.smithi143.harokq (mgr.14180) 788 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:37.225294+0000 mgr.smithi143.harokq (mgr.14180) 788 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:38.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:39.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:38.236894+0000 mgr.smithi143.harokq (mgr.14180) 789 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:39.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:38.236894+0000 mgr.smithi143.harokq (mgr.14180) 789 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:39.665 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:40.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:39.225644+0000 mgr.smithi143.harokq (mgr.14180) 790 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:40.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:39.225644+0000 mgr.smithi143.harokq (mgr.14180) 790 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:41.083 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:41.083 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:41.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:42.463 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:42.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:41.084494+0000 mgr.smithi143.harokq (mgr.14180) 791 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:42.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:41.226129+0000 mgr.smithi143.harokq (mgr.14180) 792 : 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 2024-01-16T10:01:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:41.084494+0000 mgr.smithi143.harokq (mgr.14180) 791 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:42.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:41.226129+0000 mgr.smithi143.harokq (mgr.14180) 792 : 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 2024-01-16T10:01:43.805 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:43.805 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:44.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:44.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:43.226584+0000 mgr.smithi143.harokq (mgr.14180) 793 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:44.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:43.806483+0000 mgr.smithi143.harokq (mgr.14180) 794 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:44.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:43.226584+0000 mgr.smithi143.harokq (mgr.14180) 793 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:44.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:43.806483+0000 mgr.smithi143.harokq (mgr.14180) 794 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:45.199 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:46.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:45.227127+0000 mgr.smithi143.harokq (mgr.14180) 795 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:46.622 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:46.622 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:45.227127+0000 mgr.smithi143.harokq (mgr.14180) 795 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:46.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:47.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:46.624458+0000 mgr.smithi143.harokq (mgr.14180) 796 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:47.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:46.624458+0000 mgr.smithi143.harokq (mgr.14180) 796 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:47.990 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:48.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:47.227693+0000 mgr.smithi143.harokq (mgr.14180) 797 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:48.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:47.227693+0000 mgr.smithi143.harokq (mgr.14180) 797 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:49.359 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:49.360 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:49.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:50.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:49.228078+0000 mgr.smithi143.harokq (mgr.14180) 798 : 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 2024-01-16T10:01:50.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:49.360884+0000 mgr.smithi143.harokq (mgr.14180) 799 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:50.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:49.228078+0000 mgr.smithi143.harokq (mgr.14180) 798 : 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 2024-01-16T10:01:50.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:49.360884+0000 mgr.smithi143.harokq (mgr.14180) 799 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:50.746 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:52.148 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:52.148 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:52.435 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:51.228690+0000 mgr.smithi143.harokq (mgr.14180) 800 : 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 2024-01-16T10:01:52.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:52.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:51.228690+0000 mgr.smithi143.harokq (mgr.14180) 800 : 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 2024-01-16T10:01:53.522 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:53.553 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:52.150080+0000 mgr.smithi143.harokq (mgr.14180) 801 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:53.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:52.150080+0000 mgr.smithi143.harokq (mgr.14180) 801 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:54.523 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:53.229237+0000 mgr.smithi143.harokq (mgr.14180) 802 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:54.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:53.229237+0000 mgr.smithi143.harokq (mgr.14180) 802 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:54.873 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:54.873 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:55.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:55.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:54.875264+0000 mgr.smithi143.harokq (mgr.14180) 803 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:55.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:54.875264+0000 mgr.smithi143.harokq (mgr.14180) 803 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:56.258 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:01:56.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:55.229635+0000 mgr.smithi143.harokq (mgr.14180) 804 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:56.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:55.229635+0000 mgr.smithi143.harokq (mgr.14180) 804 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:57.675 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:01:57.675 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:01:58.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:01:58.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:57.230223+0000 mgr.smithi143.harokq (mgr.14180) 805 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:58.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:01:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:01:57.676659+0000 mgr.smithi143.harokq (mgr.14180) 806 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:58.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:57.230223+0000 mgr.smithi143.harokq (mgr.14180) 805 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:01:58.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:01:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:01:57.676659+0000 mgr.smithi143.harokq (mgr.14180) 806 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:01:59.070 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:00.426 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:00.426 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:00.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:01:59.230587+0000 mgr.smithi143.harokq (mgr.14180) 807 : 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 2024-01-16T10:02:00.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:01:59.230587+0000 mgr.smithi143.harokq (mgr.14180) 807 : 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 2024-01-16T10:02:00.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:01.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:00.427653+0000 mgr.smithi143.harokq (mgr.14180) 808 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:01.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:00.427653+0000 mgr.smithi143.harokq (mgr.14180) 808 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:01.820 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:02.555 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:01.231261+0000 mgr.smithi143.harokq (mgr.14180) 809 : 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 2024-01-16T10:02:02.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:01.231261+0000 mgr.smithi143.harokq (mgr.14180) 809 : 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 2024-01-16T10:02:03.204 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:03.204 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:03.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:04.586 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:04.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:03.206010+0000 mgr.smithi143.harokq (mgr.14180) 810 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:04.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:03.231711+0000 mgr.smithi143.harokq (mgr.14180) 811 : 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 2024-01-16T10:02:04.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:03.206010+0000 mgr.smithi143.harokq (mgr.14180) 810 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:04.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:03.231711+0000 mgr.smithi143.harokq (mgr.14180) 811 : 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 2024-01-16T10:02:05.978 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:05.978 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:06.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:06.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:05.232156+0000 mgr.smithi143.harokq (mgr.14180) 812 : 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 2024-01-16T10:02:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:05.232156+0000 mgr.smithi143.harokq (mgr.14180) 812 : 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 2024-01-16T10:02:07.352 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:07.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:05.979893+0000 mgr.smithi143.harokq (mgr.14180) 813 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:07.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:05.979893+0000 mgr.smithi143.harokq (mgr.14180) 813 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:08.362 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:07.232732+0000 mgr.smithi143.harokq (mgr.14180) 814 : 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 2024-01-16T10:02:08.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:07.232732+0000 mgr.smithi143.harokq (mgr.14180) 814 : 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 2024-01-16T10:02:08.794 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:08.794 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:09.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:09.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:08.795964+0000 mgr.smithi143.harokq (mgr.14180) 815 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:09.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:08.795964+0000 mgr.smithi143.harokq (mgr.14180) 815 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:10.184 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:10.494 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:09.233218+0000 mgr.smithi143.harokq (mgr.14180) 816 : 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 2024-01-16T10:02:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:09.233218+0000 mgr.smithi143.harokq (mgr.14180) 816 : 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 2024-01-16T10:02:11.558 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:11.558 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:11.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:12.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:11.233661+0000 mgr.smithi143.harokq (mgr.14180) 817 : 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 2024-01-16T10:02:12.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:11.560188+0000 mgr.smithi143.harokq (mgr.14180) 818 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:12.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:11.233661+0000 mgr.smithi143.harokq (mgr.14180) 817 : 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 2024-01-16T10:02:12.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:11.560188+0000 mgr.smithi143.harokq (mgr.14180) 818 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:12.943 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:14.312 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:14.312 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:14.512 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:13.234195+0000 mgr.smithi143.harokq (mgr.14180) 819 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:14.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:13.234195+0000 mgr.smithi143.harokq (mgr.14180) 819 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:14.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:15.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:14.313875+0000 mgr.smithi143.harokq (mgr.14180) 820 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:15.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:14.313875+0000 mgr.smithi143.harokq (mgr.14180) 820 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:15.725 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:16.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:15.234600+0000 mgr.smithi143.harokq (mgr.14180) 821 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:16.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:15.234600+0000 mgr.smithi143.harokq (mgr.14180) 821 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:17.080 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:17.080 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:17.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:18.434 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:18.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:17.081812+0000 mgr.smithi143.harokq (mgr.14180) 822 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:18.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:17.235131+0000 mgr.smithi143.harokq (mgr.14180) 823 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:17.081812+0000 mgr.smithi143.harokq (mgr.14180) 822 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:18.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:17.235131+0000 mgr.smithi143.harokq (mgr.14180) 823 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:19.838 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:19.838 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:20.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:20.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:19.235536+0000 mgr.smithi143.harokq (mgr.14180) 824 : 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 2024-01-16T10:02:20.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:19.839249+0000 mgr.smithi143.harokq (mgr.14180) 825 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:19.235536+0000 mgr.smithi143.harokq (mgr.14180) 824 : 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 2024-01-16T10:02:20.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:19.839249+0000 mgr.smithi143.harokq (mgr.14180) 825 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:21.233 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:22.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:21.236326+0000 mgr.smithi143.harokq (mgr.14180) 826 : 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 2024-01-16T10:02:22.622 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:22.622 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:22.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:21.236326+0000 mgr.smithi143.harokq (mgr.14180) 826 : 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 2024-01-16T10:02:22.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:23.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:22.623542+0000 mgr.smithi143.harokq (mgr.14180) 827 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:23.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:22.623542+0000 mgr.smithi143.harokq (mgr.14180) 827 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:23.999 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:24.563 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:23.236874+0000 mgr.smithi143.harokq (mgr.14180) 828 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:24.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:23.236874+0000 mgr.smithi143.harokq (mgr.14180) 828 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:25.438 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:25.439 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:25.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:26.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:25.237335+0000 mgr.smithi143.harokq (mgr.14180) 829 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:26.620 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:25.440527+0000 mgr.smithi143.harokq (mgr.14180) 830 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:25.237335+0000 mgr.smithi143.harokq (mgr.14180) 829 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:26.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:25.440527+0000 mgr.smithi143.harokq (mgr.14180) 830 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:26.824 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:28.264 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:28.265 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:28.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:27.237830+0000 mgr.smithi143.harokq (mgr.14180) 831 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:28.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:27.237830+0000 mgr.smithi143.harokq (mgr.14180) 831 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:29.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:28.266546+0000 mgr.smithi143.harokq (mgr.14180) 832 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:29.640 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:29.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:28.266546+0000 mgr.smithi143.harokq (mgr.14180) 832 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:30.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:29.238177+0000 mgr.smithi143.harokq (mgr.14180) 833 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:30.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:29.238177+0000 mgr.smithi143.harokq (mgr.14180) 833 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:31.052 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:31.052 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:31.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:32.439 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:32.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:31.053736+0000 mgr.smithi143.harokq (mgr.14180) 834 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:31.238585+0000 mgr.smithi143.harokq (mgr.14180) 835 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:32.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:31.053736+0000 mgr.smithi143.harokq (mgr.14180) 834 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:31.238585+0000 mgr.smithi143.harokq (mgr.14180) 835 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:33.812 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:33.813 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:34.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:34.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:33.239047+0000 mgr.smithi143.harokq (mgr.14180) 836 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:34.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:33.814375+0000 mgr.smithi143.harokq (mgr.14180) 837 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:33.239047+0000 mgr.smithi143.harokq (mgr.14180) 836 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:33.814375+0000 mgr.smithi143.harokq (mgr.14180) 837 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:35.190 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:36.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:35.239607+0000 mgr.smithi143.harokq (mgr.14180) 838 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:36.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:35.239607+0000 mgr.smithi143.harokq (mgr.14180) 838 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:36.671 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:36.671 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:37.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:37.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:36.673433+0000 mgr.smithi143.harokq (mgr.14180) 839 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:37.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:36.673433+0000 mgr.smithi143.harokq (mgr.14180) 839 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:38.047 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:38.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:37.240256+0000 mgr.smithi143.harokq (mgr.14180) 840 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:38.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:37.240256+0000 mgr.smithi143.harokq (mgr.14180) 840 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:39.422 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:39.422 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:39.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:40.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:39.240633+0000 mgr.smithi143.harokq (mgr.14180) 841 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:40.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:39.423910+0000 mgr.smithi143.harokq (mgr.14180) 842 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:40.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:39.240633+0000 mgr.smithi143.harokq (mgr.14180) 841 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:40.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:39.423910+0000 mgr.smithi143.harokq (mgr.14180) 842 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:40.838 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:42.268 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:42.268 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:42.585 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:41.241049+0000 mgr.smithi143.harokq (mgr.14180) 843 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:42.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:42.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:41.241049+0000 mgr.smithi143.harokq (mgr.14180) 843 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:43.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:42.269948+0000 mgr.smithi143.harokq (mgr.14180) 844 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:43.645 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:43.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:42.269948+0000 mgr.smithi143.harokq (mgr.14180) 844 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:44.560 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:43.241512+0000 mgr.smithi143.harokq (mgr.14180) 845 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:44.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:43.241512+0000 mgr.smithi143.harokq (mgr.14180) 845 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:45.096 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:45.096 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:45.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:46.480 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:46.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:45.098069+0000 mgr.smithi143.harokq (mgr.14180) 846 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:46.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:45.242063+0000 mgr.smithi143.harokq (mgr.14180) 847 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:46.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:45.098069+0000 mgr.smithi143.harokq (mgr.14180) 846 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:45.242063+0000 mgr.smithi143.harokq (mgr.14180) 847 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:47.819 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:47.820 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:54:52.869744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.zfgwny on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:48.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:48.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:47.242758+0000 mgr.smithi143.harokq (mgr.14180) 848 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:48.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:47.821228+0000 mgr.smithi143.harokq (mgr.14180) 849 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:48.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:47.242758+0000 mgr.smithi143.harokq (mgr.14180) 848 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:48.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:47.821228+0000 mgr.smithi143.harokq (mgr.14180) 849 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:49.186 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:49.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:02:48.727750+0000 mgr.smithi143.harokq (mgr.14180) 850 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.syhvfy ... 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:00:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:01:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:02:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.496 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Traceback (most recent call last): 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: yield (conn, connr) 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: code, '\n'.join(err))) 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.syhvfy ... 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:00:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:01:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:02:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.497 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:02:48.727936+0000 mgr.smithi143.harokq (mgr.14180) 851 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:48.728228+0000 mon.smithi143 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.syhvfy"}]: dispatch 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:02:48.728810+0000 mgr.smithi143.harokq (mgr.14180) 852 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi204.syhvfy ... 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:00:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:01:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:02:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:02:49.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.499 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:02:48.730269+0000 mgr.smithi143.harokq (mgr.14180) 853 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.qkkfay on smithi143 2024-01-16T10:02:49.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:02:48.727750+0000 mgr.smithi143.harokq (mgr.14180) 850 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.syhvfy ... 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:00:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:01:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:02:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Traceback (most recent call last): 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: yield (conn, connr) 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:02:49.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: code, '\n'.join(err))) 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.syhvfy ... 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:02:49.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:00:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:01:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:02:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:02:48.727936+0000 mgr.smithi143.harokq (mgr.14180) 851 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:48.728228+0000 mon.smithi143 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.syhvfy"}]: dispatch 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:02:48.728810+0000 mgr.smithi143.harokq (mgr.14180) 852 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy 2024-01-16T10:02:49.656 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi204.syhvfy ... 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:00:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:01:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:02:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:02:49.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:02:48.730269+0000 mgr.smithi143.harokq (mgr.14180) 853 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.qkkfay on smithi143 2024-01-16T10:02:50.467 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:50.467 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:50.488 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:49.243136+0000 mgr.smithi143.harokq (mgr.14180) 854 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:50.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:49.243136+0000 mgr.smithi143.harokq (mgr.14180) 854 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:50.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:51.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:50.468913+0000 mgr.smithi143.harokq (mgr.14180) 855 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:51.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:50.468913+0000 mgr.smithi143.harokq (mgr.14180) 855 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:51.828 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:52.547 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:51.243681+0000 mgr.smithi143.harokq (mgr.14180) 856 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:52.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:51.243681+0000 mgr.smithi143.harokq (mgr.14180) 856 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:02:53.286 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:53.286 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:53.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:54.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:53.244134+0000 mgr.smithi143.harokq (mgr.14180) 857 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:54.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:53.288424+0000 mgr.smithi143.harokq (mgr.14180) 858 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:54.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:53.244134+0000 mgr.smithi143.harokq (mgr.14180) 857 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:54.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:53.288424+0000 mgr.smithi143.harokq (mgr.14180) 858 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:54.669 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:55.984 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:55.984 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:56.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:56.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:55.245287+0000 mgr.smithi143.harokq (mgr.14180) 859 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:56.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:55.245287+0000 mgr.smithi143.harokq (mgr.14180) 859 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:57.359 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:02:57.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:55.985938+0000 mgr.smithi143.harokq (mgr.14180) 860 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:57.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:55.985938+0000 mgr.smithi143.harokq (mgr.14180) 860 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:58.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:57.245794+0000 mgr.smithi143.harokq (mgr.14180) 861 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:58.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:57.245794+0000 mgr.smithi143.harokq (mgr.14180) 861 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:02:58.694 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:02:58.694 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:02:59.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:02:59.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:02:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:02:58.695710+0000 mgr.smithi143.harokq (mgr.14180) 862 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:02:59.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:02:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:02:58.695710+0000 mgr.smithi143.harokq (mgr.14180) 862 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:00.051 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:00.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:02:59.246376+0000 mgr.smithi143.harokq (mgr.14180) 863 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:00.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:02:59.246376+0000 mgr.smithi143.harokq (mgr.14180) 863 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:01.424 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:01.424 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:01.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:02.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:01.246787+0000 mgr.smithi143.harokq (mgr.14180) 864 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:02.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:01.425765+0000 mgr.smithi143.harokq (mgr.14180) 865 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:01.246787+0000 mgr.smithi143.harokq (mgr.14180) 864 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:02.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:01.425765+0000 mgr.smithi143.harokq (mgr.14180) 865 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:02.810 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:04.188 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:04.188 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:04.498 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:03.247207+0000 mgr.smithi143.harokq (mgr.14180) 866 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:04.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:04.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:03.247207+0000 mgr.smithi143.harokq (mgr.14180) 866 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:05.558 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:04.189539+0000 mgr.smithi143.harokq (mgr.14180) 867 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:05.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:04.189539+0000 mgr.smithi143.harokq (mgr.14180) 867 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:06.586 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:05.247653+0000 mgr.smithi143.harokq (mgr.14180) 868 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:06.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:05.247653+0000 mgr.smithi143.harokq (mgr.14180) 868 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:06.961 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:06.961 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:07.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:08.324 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:08.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:06.962872+0000 mgr.smithi143.harokq (mgr.14180) 869 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:08.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:07.248183+0000 mgr.smithi143.harokq (mgr.14180) 870 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:06.962872+0000 mgr.smithi143.harokq (mgr.14180) 869 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:08.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:07.248183+0000 mgr.smithi143.harokq (mgr.14180) 870 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:09.674 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:09.674 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:10.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:09.248540+0000 mgr.smithi143.harokq (mgr.14180) 871 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:09.675319+0000 mgr.smithi143.harokq (mgr.14180) 872 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:10.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:09.248540+0000 mgr.smithi143.harokq (mgr.14180) 871 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:10.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:09.675319+0000 mgr.smithi143.harokq (mgr.14180) 872 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:11.074 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:12.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:11.249060+0000 mgr.smithi143.harokq (mgr.14180) 873 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:12.480 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:12.480 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:12.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:11.249060+0000 mgr.smithi143.harokq (mgr.14180) 873 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:12.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:13.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:13 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:12.481077+0000 mgr.smithi143.harokq (mgr.14180) 874 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:13.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:13 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:12.481077+0000 mgr.smithi143.harokq (mgr.14180) 874 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:13.874 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:14.568 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:13.249546+0000 mgr.smithi143.harokq (mgr.14180) 875 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:14.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:13.249546+0000 mgr.smithi143.harokq (mgr.14180) 875 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:15.398 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:15.398 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:15.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:16.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:15.249945+0000 mgr.smithi143.harokq (mgr.14180) 876 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:16.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:15.400043+0000 mgr.smithi143.harokq (mgr.14180) 877 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:16.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:15.249945+0000 mgr.smithi143.harokq (mgr.14180) 876 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:16.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:15.400043+0000 mgr.smithi143.harokq (mgr.14180) 877 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:16.791 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:18.177 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:18.177 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:18.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:17.250686+0000 mgr.smithi143.harokq (mgr.14180) 878 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:18.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:18.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:17.250686+0000 mgr.smithi143.harokq (mgr.14180) 878 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:19.531 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:19.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:18.176305+0000 mgr.smithi143.harokq (mgr.14180) 879 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:19.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:18.176305+0000 mgr.smithi143.harokq (mgr.14180) 879 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:20.459 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:19.251025+0000 mgr.smithi143.harokq (mgr.14180) 880 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:20.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:19.251025+0000 mgr.smithi143.harokq (mgr.14180) 880 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:20.841 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:20.841 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:21.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:21.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:20.843122+0000 mgr.smithi143.harokq (mgr.14180) 881 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:21.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:20.843122+0000 mgr.smithi143.harokq (mgr.14180) 881 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:22.223 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:22.572 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:21.251620+0000 mgr.smithi143.harokq (mgr.14180) 882 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:22.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:21.251620+0000 mgr.smithi143.harokq (mgr.14180) 882 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:23.546 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:23.546 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:23.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:24.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:23.252093+0000 mgr.smithi143.harokq (mgr.14180) 883 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:24.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:23.548054+0000 mgr.smithi143.harokq (mgr.14180) 884 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:24.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:23.252093+0000 mgr.smithi143.harokq (mgr.14180) 883 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:24.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:23.548054+0000 mgr.smithi143.harokq (mgr.14180) 884 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:24.965 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:26.351 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:26.351 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:26.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:25.252468+0000 mgr.smithi143.harokq (mgr.14180) 885 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:26.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:25.252468+0000 mgr.smithi143.harokq (mgr.14180) 885 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:26.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:27.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:27 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:26.352195+0000 mgr.smithi143.harokq (mgr.14180) 886 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:27.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:27 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:26.352195+0000 mgr.smithi143.harokq (mgr.14180) 886 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:27.730 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:28.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:27.253232+0000 mgr.smithi143.harokq (mgr.14180) 887 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:28.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:27.253232+0000 mgr.smithi143.harokq (mgr.14180) 887 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:29.141 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:29.142 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:29.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:30.572 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:30.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:29.143579+0000 mgr.smithi143.harokq (mgr.14180) 888 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:30.606 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:29.253586+0000 mgr.smithi143.harokq (mgr.14180) 889 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:30.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:29.143579+0000 mgr.smithi143.harokq (mgr.14180) 888 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:30.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:29.253586+0000 mgr.smithi143.harokq (mgr.14180) 889 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:31.921 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:31.921 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:32.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:32.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:31.254003+0000 mgr.smithi143.harokq (mgr.14180) 890 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:32.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:31.923130+0000 mgr.smithi143.harokq (mgr.14180) 891 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:32.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:31.254003+0000 mgr.smithi143.harokq (mgr.14180) 890 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:32.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:31.923130+0000 mgr.smithi143.harokq (mgr.14180) 891 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:33.288 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:34.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:33.254530+0000 mgr.smithi143.harokq (mgr.14180) 892 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:33.254530+0000 mgr.smithi143.harokq (mgr.14180) 892 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:34.744 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:34.744 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:35.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:35.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:34.746558+0000 mgr.smithi143.harokq (mgr.14180) 893 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:35.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:34.746558+0000 mgr.smithi143.harokq (mgr.14180) 893 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:36.071 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:36.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:35.254955+0000 mgr.smithi143.harokq (mgr.14180) 894 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:36.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:35.254955+0000 mgr.smithi143.harokq (mgr.14180) 894 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:37.485 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:37.485 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:37.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:38.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:37.255574+0000 mgr.smithi143.harokq (mgr.14180) 895 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:38.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:37.487308+0000 mgr.smithi143.harokq (mgr.14180) 896 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:37.255574+0000 mgr.smithi143.harokq (mgr.14180) 895 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:38.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:37.487308+0000 mgr.smithi143.harokq (mgr.14180) 896 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:38.871 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:40.173 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:40.173 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:40.508 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:39.256018+0000 mgr.smithi143.harokq (mgr.14180) 897 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:40.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:40.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:39.256018+0000 mgr.smithi143.harokq (mgr.14180) 897 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:41.602 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:41.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:41 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:40.174761+0000 mgr.smithi143.harokq (mgr.14180) 898 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:41.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:41 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:40.174761+0000 mgr.smithi143.harokq (mgr.14180) 898 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:42.572 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:41.256651+0000 mgr.smithi143.harokq (mgr.14180) 899 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:42.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:41.256651+0000 mgr.smithi143.harokq (mgr.14180) 899 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:42.945 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:42.946 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:43.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:43.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:42.947597+0000 mgr.smithi143.harokq (mgr.14180) 900 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:43.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:42.947597+0000 mgr.smithi143.harokq (mgr.14180) 900 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:44.318 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:44.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:43.257284+0000 mgr.smithi143.harokq (mgr.14180) 901 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:44.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:43.257284+0000 mgr.smithi143.harokq (mgr.14180) 901 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:45.643 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:45.643 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:46.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:46.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:45.257632+0000 mgr.smithi143.harokq (mgr.14180) 902 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:46.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:45.644808+0000 mgr.smithi143.harokq (mgr.14180) 903 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:45.257632+0000 mgr.smithi143.harokq (mgr.14180) 902 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:46.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:45.644808+0000 mgr.smithi143.harokq (mgr.14180) 903 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:47.018 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:48.398 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:48.398 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:48.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:47.258191+0000 mgr.smithi143.harokq (mgr.14180) 904 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:48.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:47.258191+0000 mgr.smithi143.harokq (mgr.14180) 904 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:48.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:49.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:48.400102+0000 mgr.smithi143.harokq (mgr.14180) 905 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:49.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:48.400102+0000 mgr.smithi143.harokq (mgr.14180) 905 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:49.792 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:50.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:49.258651+0000 mgr.smithi143.harokq (mgr.14180) 906 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:50.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:49.258651+0000 mgr.smithi143.harokq (mgr.14180) 906 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:51.164 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:51.164 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:51.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:52.560 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:52.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:51.166121+0000 mgr.smithi143.harokq (mgr.14180) 907 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:52.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:51.259117+0000 mgr.smithi143.harokq (mgr.14180) 908 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:52.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:51.166121+0000 mgr.smithi143.harokq (mgr.14180) 907 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:52.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:51.259117+0000 mgr.smithi143.harokq (mgr.14180) 908 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:03:53.961 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:53.961 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:54.323 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:53.259571+0000 mgr.smithi143.harokq (mgr.14180) 909 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:54.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:54.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:53.259571+0000 mgr.smithi143.harokq (mgr.14180) 909 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:55.376 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:55.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:53.962643+0000 mgr.smithi143.harokq (mgr.14180) 910 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:55.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:53.962643+0000 mgr.smithi143.harokq (mgr.14180) 910 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:56.371 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:55.260038+0000 mgr.smithi143.harokq (mgr.14180) 911 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:56.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:55.260038+0000 mgr.smithi143.harokq (mgr.14180) 911 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:56.752 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:56.752 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:57.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:03:57.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:56.753784+0000 mgr.smithi143.harokq (mgr.14180) 912 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:57.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:56.753784+0000 mgr.smithi143.harokq (mgr.14180) 912 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:03:58.136 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:03:58.491 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:03:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:57.260636+0000 mgr.smithi143.harokq (mgr.14180) 913 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:58.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:03:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:57.260636+0000 mgr.smithi143.harokq (mgr.14180) 913 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:03:59.512 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:03:59.513 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:03:59.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:00.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:03:59.260954+0000 mgr.smithi143.harokq (mgr.14180) 914 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:00.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:03:59.513819+0000 mgr.smithi143.harokq (mgr.14180) 915 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:00.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:03:59.260954+0000 mgr.smithi143.harokq (mgr.14180) 914 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:00.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:03:59.513819+0000 mgr.smithi143.harokq (mgr.14180) 915 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:00.890 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:02.284 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:02.284 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:02.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:01.261437+0000 mgr.smithi143.harokq (mgr.14180) 916 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:02.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:01.261437+0000 mgr.smithi143.harokq (mgr.14180) 916 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:02.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:03.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:02.285965+0000 mgr.smithi143.harokq (mgr.14180) 917 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:03.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:02.285965+0000 mgr.smithi143.harokq (mgr.14180) 917 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:03.709 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:04.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:03.262078+0000 mgr.smithi143.harokq (mgr.14180) 918 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:04.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:03.262078+0000 mgr.smithi143.harokq (mgr.14180) 918 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:05.203 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:05.203 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:05.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:06.601 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:06.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:05.205259+0000 mgr.smithi143.harokq (mgr.14180) 919 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:06.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:05.262558+0000 mgr.smithi143.harokq (mgr.14180) 920 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:06.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:05.205259+0000 mgr.smithi143.harokq (mgr.14180) 919 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:06.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:05.262558+0000 mgr.smithi143.harokq (mgr.14180) 920 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:08.017 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:08.017 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:08.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:08.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:07.263305+0000 mgr.smithi143.harokq (mgr.14180) 921 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:08.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:07.263305+0000 mgr.smithi143.harokq (mgr.14180) 921 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:09.400 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:09.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:08.018521+0000 mgr.smithi143.harokq (mgr.14180) 922 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:09.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:08.018521+0000 mgr.smithi143.harokq (mgr.14180) 922 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:10.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:09.263689+0000 mgr.smithi143.harokq (mgr.14180) 923 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:10.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:09.263689+0000 mgr.smithi143.harokq (mgr.14180) 923 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:10.759 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:10.759 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:11.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:11.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:10.761246+0000 mgr.smithi143.harokq (mgr.14180) 924 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:11.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:10.761246+0000 mgr.smithi143.harokq (mgr.14180) 924 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:12.140 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:12.533 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:11.264130+0000 mgr.smithi143.harokq (mgr.14180) 925 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:12.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:11.264130+0000 mgr.smithi143.harokq (mgr.14180) 925 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:13.638 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:13.638 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:14.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:14.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:13.264559+0000 mgr.smithi143.harokq (mgr.14180) 926 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:14.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:13.639731+0000 mgr.smithi143.harokq (mgr.14180) 927 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:14.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:13.264559+0000 mgr.smithi143.harokq (mgr.14180) 926 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:14.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:13.639731+0000 mgr.smithi143.harokq (mgr.14180) 927 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:15.030 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:16.363 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:16.364 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:16.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:15.264953+0000 mgr.smithi143.harokq (mgr.14180) 928 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:16.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:15.264953+0000 mgr.smithi143.harokq (mgr.14180) 928 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:16.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:17.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:16.365683+0000 mgr.smithi143.harokq (mgr.14180) 929 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:17.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:16.365683+0000 mgr.smithi143.harokq (mgr.14180) 929 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:17.739 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:18.368 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:17.265488+0000 mgr.smithi143.harokq (mgr.14180) 930 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:18.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:17.265488+0000 mgr.smithi143.harokq (mgr.14180) 930 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:19.049 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:19.049 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:19.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:20.460 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:20.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:19.051062+0000 mgr.smithi143.harokq (mgr.14180) 931 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:20.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:19.265862+0000 mgr.smithi143.harokq (mgr.14180) 932 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:20.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:19.051062+0000 mgr.smithi143.harokq (mgr.14180) 931 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:20.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:19.265862+0000 mgr.smithi143.harokq (mgr.14180) 932 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:21.850 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:21.850 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:22.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:22.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:21.266351+0000 mgr.smithi143.harokq (mgr.14180) 933 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:22.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:21.851501+0000 mgr.smithi143.harokq (mgr.14180) 934 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:22.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:21.266351+0000 mgr.smithi143.harokq (mgr.14180) 933 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:22.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:21.851501+0000 mgr.smithi143.harokq (mgr.14180) 934 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:23.229 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:24.589 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:24.590 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:24.612 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:23.266889+0000 mgr.smithi143.harokq (mgr.14180) 935 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:24.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:23.266889+0000 mgr.smithi143.harokq (mgr.14180) 935 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:25.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:25.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:24.591371+0000 mgr.smithi143.harokq (mgr.14180) 936 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:25.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:24.591371+0000 mgr.smithi143.harokq (mgr.14180) 936 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:26.029 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:26.363 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:25.267343+0000 mgr.smithi143.harokq (mgr.14180) 937 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:26.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:25.267343+0000 mgr.smithi143.harokq (mgr.14180) 937 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:27.436 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:27.436 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:27.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:28.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:27.267949+0000 mgr.smithi143.harokq (mgr.14180) 938 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:28.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:27.437877+0000 mgr.smithi143.harokq (mgr.14180) 939 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:28.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:27.267949+0000 mgr.smithi143.harokq (mgr.14180) 938 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:28.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:27.437877+0000 mgr.smithi143.harokq (mgr.14180) 939 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:28.811 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:30.190 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:30.191 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:30.609 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:29.268521+0000 mgr.smithi143.harokq (mgr.14180) 940 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:30.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:30.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:29.268521+0000 mgr.smithi143.harokq (mgr.14180) 940 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:31.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:30.192631+0000 mgr.smithi143.harokq (mgr.14180) 941 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:31.630 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:31.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:30.192631+0000 mgr.smithi143.harokq (mgr.14180) 941 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:32.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:31.269075+0000 mgr.smithi143.harokq (mgr.14180) 942 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:32.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:31.269075+0000 mgr.smithi143.harokq (mgr.14180) 942 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:32.970 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:32.971 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:33.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:34.352 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:34.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:32.972643+0000 mgr.smithi143.harokq (mgr.14180) 943 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:34.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:33.269782+0000 mgr.smithi143.harokq (mgr.14180) 944 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:32.972643+0000 mgr.smithi143.harokq (mgr.14180) 943 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:33.269782+0000 mgr.smithi143.harokq (mgr.14180) 944 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:35.727 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:35.727 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:36.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:36.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:35.270298+0000 mgr.smithi143.harokq (mgr.14180) 945 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:36.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:35.729398+0000 mgr.smithi143.harokq (mgr.14180) 946 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:36.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:35.270298+0000 mgr.smithi143.harokq (mgr.14180) 945 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:36.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:35.729398+0000 mgr.smithi143.harokq (mgr.14180) 946 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:37.085 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:38.369 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:37.270777+0000 mgr.smithi143.harokq (mgr.14180) 947 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:38.471 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:38.471 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:38.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:37.270777+0000 mgr.smithi143.harokq (mgr.14180) 947 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:38.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:39.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:38.473028+0000 mgr.smithi143.harokq (mgr.14180) 948 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:39.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:38.473028+0000 mgr.smithi143.harokq (mgr.14180) 948 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:39.814 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:40.495 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:39.271162+0000 mgr.smithi143.harokq (mgr.14180) 949 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:40.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:39.271162+0000 mgr.smithi143.harokq (mgr.14180) 949 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:41.196 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:41.196 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:41.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:42.553 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:42.587 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:41.198097+0000 mgr.smithi143.harokq (mgr.14180) 950 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:42.587 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:41.271561+0000 mgr.smithi143.harokq (mgr.14180) 951 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:42.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:41.198097+0000 mgr.smithi143.harokq (mgr.14180) 950 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:42.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:41.271561+0000 mgr.smithi143.harokq (mgr.14180) 951 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:43.898 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:43.899 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:44.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:44.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:43.272186+0000 mgr.smithi143.harokq (mgr.14180) 952 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:44.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:43.900535+0000 mgr.smithi143.harokq (mgr.14180) 953 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:44.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:43.272186+0000 mgr.smithi143.harokq (mgr.14180) 952 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:44.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:43.900535+0000 mgr.smithi143.harokq (mgr.14180) 953 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:45.275 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:46.592 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:46.592 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:46.612 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:45.272633+0000 mgr.smithi143.harokq (mgr.14180) 954 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:46.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:45.272633+0000 mgr.smithi143.harokq (mgr.14180) 954 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:47.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:47.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:46.593689+0000 mgr.smithi143.harokq (mgr.14180) 955 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:47.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:46.593689+0000 mgr.smithi143.harokq (mgr.14180) 955 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:48.008 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:48.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:47.273140+0000 mgr.smithi143.harokq (mgr.14180) 956 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:48.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:47.273140+0000 mgr.smithi143.harokq (mgr.14180) 956 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:49.428 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:49.428 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:49.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:50.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:49.273514+0000 mgr.smithi143.harokq (mgr.14180) 957 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:50.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:49.430167+0000 mgr.smithi143.harokq (mgr.14180) 958 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:50.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:49.273514+0000 mgr.smithi143.harokq (mgr.14180) 957 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:50.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:49.430167+0000 mgr.smithi143.harokq (mgr.14180) 958 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:50.784 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:52.239 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:52.239 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:52.571 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:51.273949+0000 mgr.smithi143.harokq (mgr.14180) 959 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:52.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:52.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:51.273949+0000 mgr.smithi143.harokq (mgr.14180) 959 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:04:53.616 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:53.619 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:52.241078+0000 mgr.smithi143.harokq (mgr.14180) 960 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:53.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:52.241078+0000 mgr.smithi143.harokq (mgr.14180) 960 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:54.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:53.274478+0000 mgr.smithi143.harokq (mgr.14180) 961 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:54.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:53.274478+0000 mgr.smithi143.harokq (mgr.14180) 961 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:54.984 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:54.984 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:55.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:56.374 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:04:56.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:54.986012+0000 mgr.smithi143.harokq (mgr.14180) 962 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:56.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:55.274822+0000 mgr.smithi143.harokq (mgr.14180) 963 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:56.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:54.986012+0000 mgr.smithi143.harokq (mgr.14180) 962 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:56.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:55.274822+0000 mgr.smithi143.harokq (mgr.14180) 963 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:57.838 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:04:57.838 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:04:58.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:04:58.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:57.275290+0000 mgr.smithi143.harokq (mgr.14180) 964 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:58.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:04:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:04:57.840520+0000 mgr.smithi143.harokq (mgr.14180) 965 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:58.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:57.275290+0000 mgr.smithi143.harokq (mgr.14180) 964 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:04:58.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:04:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:04:57.840520+0000 mgr.smithi143.harokq (mgr.14180) 965 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:04:59.226 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:00.486 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:00.486 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:00.510 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:04:59.275798+0000 mgr.smithi143.harokq (mgr.14180) 966 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:00.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:04:59.275798+0000 mgr.smithi143.harokq (mgr.14180) 966 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:00.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:01.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:01 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:00.488437+0000 mgr.smithi143.harokq (mgr.14180) 967 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:01.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:01 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:00.488437+0000 mgr.smithi143.harokq (mgr.14180) 967 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:01.866 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:02.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:01.276331+0000 mgr.smithi143.harokq (mgr.14180) 968 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:02.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:01.276331+0000 mgr.smithi143.harokq (mgr.14180) 968 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:03.269 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:03.270 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:03.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:04.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:03.272121+0000 mgr.smithi143.harokq (mgr.14180) 969 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:04.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:03.276818+0000 mgr.smithi143.harokq (mgr.14180) 970 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:04.646 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:04.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:03.272121+0000 mgr.smithi143.harokq (mgr.14180) 969 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:04.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:03.276818+0000 mgr.smithi143.harokq (mgr.14180) 970 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:06.031 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:06.032 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:06.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:06.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:05.277315+0000 mgr.smithi143.harokq (mgr.14180) 971 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:06.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:05.277315+0000 mgr.smithi143.harokq (mgr.14180) 971 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:07.415 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:07.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:07 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:06.033962+0000 mgr.smithi143.harokq (mgr.14180) 972 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:07.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:07 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:06.033962+0000 mgr.smithi143.harokq (mgr.14180) 972 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:08.443 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:07.277872+0000 mgr.smithi143.harokq (mgr.14180) 973 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:08.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:07.277872+0000 mgr.smithi143.harokq (mgr.14180) 973 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:08.823 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:08.823 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:09.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:09.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:08.825950+0000 mgr.smithi143.harokq (mgr.14180) 974 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:09.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:08.825950+0000 mgr.smithi143.harokq (mgr.14180) 974 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:10.229 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:10.578 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:09.278306+0000 mgr.smithi143.harokq (mgr.14180) 975 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:10.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:09.278306+0000 mgr.smithi143.harokq (mgr.14180) 975 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:11.639 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:11.639 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:12.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:12.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:11.278739+0000 mgr.smithi143.harokq (mgr.14180) 976 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:12.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:11.642273+0000 mgr.smithi143.harokq (mgr.14180) 977 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:12.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:11.278739+0000 mgr.smithi143.harokq (mgr.14180) 976 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:12.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:11.642273+0000 mgr.smithi143.harokq (mgr.14180) 977 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:13.029 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:14.391 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:14.392 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:14.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:13.279226+0000 mgr.smithi143.harokq (mgr.14180) 978 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:14.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:13.279226+0000 mgr.smithi143.harokq (mgr.14180) 978 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:14.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:15.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:15 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:14.394395+0000 mgr.smithi143.harokq (mgr.14180) 979 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:15.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:15 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:14.394395+0000 mgr.smithi143.harokq (mgr.14180) 979 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:15.883 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:16.581 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:15.279824+0000 mgr.smithi143.harokq (mgr.14180) 980 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:16.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:15.279824+0000 mgr.smithi143.harokq (mgr.14180) 980 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:17.292 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:17.292 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:17.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:18.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:17.280339+0000 mgr.smithi143.harokq (mgr.14180) 981 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:18.618 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:17.294894+0000 mgr.smithi143.harokq (mgr.14180) 982 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:18.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:17.280339+0000 mgr.smithi143.harokq (mgr.14180) 981 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:18.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:17.294894+0000 mgr.smithi143.harokq (mgr.14180) 982 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:18.669 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:20.077 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:20.147 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:20.367 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:19.280730+0000 mgr.smithi143.harokq (mgr.14180) 983 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:20.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:20.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:19.280730+0000 mgr.smithi143.harokq (mgr.14180) 983 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:21.460 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:21.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:21 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:20.079370+0000 mgr.smithi143.harokq (mgr.14180) 984 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:21.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:21 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:20.079370+0000 mgr.smithi143.harokq (mgr.14180) 984 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:22.454 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:21.281205+0000 mgr.smithi143.harokq (mgr.14180) 985 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:22.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:21.281205+0000 mgr.smithi143.harokq (mgr.14180) 985 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:22.829 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:22.829 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:23.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:23.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:22.832782+0000 mgr.smithi143.harokq (mgr.14180) 986 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:23.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:22.832782+0000 mgr.smithi143.harokq (mgr.14180) 986 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:24.334 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:24.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:23.281863+0000 mgr.smithi143.harokq (mgr.14180) 987 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:24.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:23.281863+0000 mgr.smithi143.harokq (mgr.14180) 987 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:25.739 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:25.739 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:26.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:26.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:25.282269+0000 mgr.smithi143.harokq (mgr.14180) 988 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:26.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:25.742139+0000 mgr.smithi143.harokq (mgr.14180) 989 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:26.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:25.282269+0000 mgr.smithi143.harokq (mgr.14180) 988 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:26.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:25.742139+0000 mgr.smithi143.harokq (mgr.14180) 989 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:27.118 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:28.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:27.282749+0000 mgr.smithi143.harokq (mgr.14180) 990 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:28.626 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:28.626 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:28.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:27.282749+0000 mgr.smithi143.harokq (mgr.14180) 990 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:29.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:29.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:29 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:28.629541+0000 mgr.smithi143.harokq (mgr.14180) 991 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:29.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:29 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:28.629541+0000 mgr.smithi143.harokq (mgr.14180) 991 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:30.017 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:30.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:29.283324+0000 mgr.smithi143.harokq (mgr.14180) 992 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:30.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:29.283324+0000 mgr.smithi143.harokq (mgr.14180) 992 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:31.405 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:31.406 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:57:27.494223Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.bnpgli on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-bnpgli\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.bnpgli\nDeploy daemon haproxy.nfs.foo.smithi204.bnpgli ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:55:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:56:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.733670Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xajxbr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-xajxbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.xajxbr\nDeploy daemon haproxy.nfs.foo.smithi143.xajxbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:58:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:58:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:59:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:59:56.734834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.nanwhs on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:31.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:32.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:31.283821+0000 mgr.smithi143.harokq (mgr.14180) 993 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:32.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:31.408891+0000 mgr.smithi143.harokq (mgr.14180) 994 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:32.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:31.283821+0000 mgr.smithi143.harokq (mgr.14180) 993 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:32.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:31.408891+0000 mgr.smithi143.harokq (mgr.14180) 994 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:32.826 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:33.552 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:33.096030+0000 mon.smithi143 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.qkkfay"}]: dispatch 2024-01-16T10:05:33.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:33.096030+0000 mon.smithi143 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.qkkfay"}]: dispatch 2024-01-16T10:05:34.245 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:34.245 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:05:33.095551+0000 mgr.smithi143.harokq (mgr.14180) 995 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.qkkfay ... 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:03:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:04:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:04:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.598 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Traceback (most recent call last): 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: yield (conn, connr) 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: code, '\n'.join(err))) 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.qkkfay ... 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:03:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.599 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:04:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:04:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:05:33.095719+0000 mgr.smithi143.harokq (mgr.14180) 996 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:05:33.096659+0000 mgr.smithi143.harokq (mgr.14180) 997 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: Deploy daemon haproxy.nfs.foo.smithi143.qkkfay ... 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:05:34.600 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:03:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:04:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr time="2024-01-16T10:04:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:05:33.098617+0000 mgr.smithi143.harokq (mgr.14180) 998 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:05:33.099664+0000 mgr.smithi143.harokq (mgr.14180) 999 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:33.100447+0000 mgr.smithi143.harokq (mgr.14180) 1000 : cluster [DBG] pgmap v591: 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 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:33.370407+0000 mon.smithi143 (mon.0) 724 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:05:34.601 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:34.111019+0000 mon.smithi143 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:05:34.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:34.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:05:33.095551+0000 mgr.smithi143.harokq (mgr.14180) 995 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.qkkfay ... 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:03:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.652 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:04:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:04:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Traceback (most recent call last): 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: yield (conn, connr) 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: code, '\n'.join(err))) 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.qkkfay ... 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:03:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:04:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:04:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:05:33.095719+0000 mgr.smithi143.harokq (mgr.14180) 996 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:05:33.096659+0000 mgr.smithi143.harokq (mgr.14180) 997 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: /bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: Deploy daemon haproxy.nfs.foo.smithi143.qkkfay ... 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:03:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:04:03Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr time="2024-01-16T10:04:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:05:33.098617+0000 mgr.smithi143.harokq (mgr.14180) 998 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:05:33.099664+0000 mgr.smithi143.harokq (mgr.14180) 999 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:33.100447+0000 mgr.smithi143.harokq (mgr.14180) 1000 : cluster [DBG] pgmap v591: 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 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:33.370407+0000 mon.smithi143 (mon.0) 724 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T10:05:34.655 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:34.111019+0000 mon.smithi143 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:05:35.625 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:35.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:35 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:34.248204+0000 mgr.smithi143.harokq (mgr.14180) 1001 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:35.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:35 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:34.248204+0000 mgr.smithi143.harokq (mgr.14180) 1001 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:36.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:35.101005+0000 mgr.smithi143.harokq (mgr.14180) 1002 : cluster [DBG] pgmap v592: 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 2024-01-16T10:05:36.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:35.101005+0000 mgr.smithi143.harokq (mgr.14180) 1002 : cluster [DBG] pgmap v592: 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 2024-01-16T10:05:37.049 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:37.049 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:37.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:38.535 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:38.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:37.052898+0000 mgr.smithi143.harokq (mgr.14180) 1003 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:38.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:37.101784+0000 mgr.smithi143.harokq (mgr.14180) 1004 : cluster [DBG] pgmap v593: 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 2024-01-16T10:05:38.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:37.052898+0000 mgr.smithi143.harokq (mgr.14180) 1003 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:38.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:37.101784+0000 mgr.smithi143.harokq (mgr.14180) 1004 : cluster [DBG] pgmap v593: 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 2024-01-16T10:05:39.895 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:39.896 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:40.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:40.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:39.102558+0000 mgr.smithi143.harokq (mgr.14180) 1005 : cluster [DBG] pgmap v594: 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 2024-01-16T10:05:40.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:39.899108+0000 mgr.smithi143.harokq (mgr.14180) 1006 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:40.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:40.248673+0000 mon.smithi143 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:05:40.650 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:39.102558+0000 mgr.smithi143.harokq (mgr.14180) 1005 : cluster [DBG] pgmap v594: 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 2024-01-16T10:05:40.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:39.899108+0000 mgr.smithi143.harokq (mgr.14180) 1006 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:40.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:40.248673+0000 mon.smithi143 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:05:41.281 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:42.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:41.103305+0000 mgr.smithi143.harokq (mgr.14180) 1007 : cluster [DBG] pgmap v595: 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 2024-01-16T10:05:42.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:41.103305+0000 mgr.smithi143.harokq (mgr.14180) 1007 : cluster [DBG] pgmap v595: 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 2024-01-16T10:05:42.658 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:42.658 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:43.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:43.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:42.661567+0000 mgr.smithi143.harokq (mgr.14180) 1008 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:43.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:42.661567+0000 mgr.smithi143.harokq (mgr.14180) 1008 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:44.039 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:44.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:43.104059+0000 mgr.smithi143.harokq (mgr.14180) 1009 : 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 2024-01-16T10:05:44.651 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:43.104059+0000 mgr.smithi143.harokq (mgr.14180) 1009 : 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 2024-01-16T10:05:45.522 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:45.523 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:45.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:46.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:45.104717+0000 mgr.smithi143.harokq (mgr.14180) 1010 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:46.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:45.526525+0000 mgr.smithi143.harokq (mgr.14180) 1011 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:46.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:45.104717+0000 mgr.smithi143.harokq (mgr.14180) 1010 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:46.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:45.526525+0000 mgr.smithi143.harokq (mgr.14180) 1011 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:46.955 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:48.356 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:48.356 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:48.719 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:47.105407+0000 mgr.smithi143.harokq (mgr.14180) 1012 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:48.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:48.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:47.105407+0000 mgr.smithi143.harokq (mgr.14180) 1012 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:49.755 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:49.789 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:48.359033+0000 mgr.smithi143.harokq (mgr.14180) 1013 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:49.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:48.359033+0000 mgr.smithi143.harokq (mgr.14180) 1013 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:50.741 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:49.105951+0000 mgr.smithi143.harokq (mgr.14180) 1014 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:50.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:49.105951+0000 mgr.smithi143.harokq (mgr.14180) 1014 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:51.127 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:51.128 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:51.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:52.546 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:52.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:51.106725+0000 mgr.smithi143.harokq (mgr.14180) 1015 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:52.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:51.131678+0000 mgr.smithi143.harokq (mgr.14180) 1016 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:52.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:51.106725+0000 mgr.smithi143.harokq (mgr.14180) 1015 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:05:52.901 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:51.131678+0000 mgr.smithi143.harokq (mgr.14180) 1016 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:54.055 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:54.055 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:54.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:54.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:53.107511+0000 mgr.smithi143.harokq (mgr.14180) 1017 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:54.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:53.107511+0000 mgr.smithi143.harokq (mgr.14180) 1017 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:55.429 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:55.796 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:54.058859+0000 mgr.smithi143.harokq (mgr.14180) 1018 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:55.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:54.058859+0000 mgr.smithi143.harokq (mgr.14180) 1018 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:56.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:55.108281+0000 mgr.smithi143.harokq (mgr.14180) 1019 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:56.885 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:56.885 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:05:56.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:55.108281+0000 mgr.smithi143.harokq (mgr.14180) 1019 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:57.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:05:57.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:56.889734+0000 mgr.smithi143.harokq (mgr.14180) 1020 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:57.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:56.889734+0000 mgr.smithi143.harokq (mgr.14180) 1020 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:05:58.273 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:05:58.604 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:05:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:57.109110+0000 mgr.smithi143.harokq (mgr.14180) 1021 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:58.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:05:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:57.109110+0000 mgr.smithi143.harokq (mgr.14180) 1021 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:05:59.695 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:05:59.695 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:00.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:00.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:05:59.109688+0000 mgr.smithi143.harokq (mgr.14180) 1022 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:00.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:05:59.698591+0000 mgr.smithi143.harokq (mgr.14180) 1023 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:00.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:05:59.109688+0000 mgr.smithi143.harokq (mgr.14180) 1022 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:00.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:05:59.698591+0000 mgr.smithi143.harokq (mgr.14180) 1023 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:01.111 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:02.521 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:02.521 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:02.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:01.110527+0000 mgr.smithi143.harokq (mgr.14180) 1024 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:02.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:01.110527+0000 mgr.smithi143.harokq (mgr.14180) 1024 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:02.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:03.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:02.524684+0000 mgr.smithi143.harokq (mgr.14180) 1025 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:03.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:02.524684+0000 mgr.smithi143.harokq (mgr.14180) 1025 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:03.902 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:04.580 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:03.111120+0000 mgr.smithi143.harokq (mgr.14180) 1026 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:04.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:03.111120+0000 mgr.smithi143.harokq (mgr.14180) 1026 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:05.306 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:05.306 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:05.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:06.702 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:06.734 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:05.111676+0000 mgr.smithi143.harokq (mgr.14180) 1027 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:06.734 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:05.310340+0000 mgr.smithi143.harokq (mgr.14180) 1028 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:06.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:05.111676+0000 mgr.smithi143.harokq (mgr.14180) 1027 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:06.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:05.310340+0000 mgr.smithi143.harokq (mgr.14180) 1028 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:08.120 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:08.120 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:08.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:08.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:07.112344+0000 mgr.smithi143.harokq (mgr.14180) 1029 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:08.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:07.112344+0000 mgr.smithi143.harokq (mgr.14180) 1029 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:09.511 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:09.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:08.123884+0000 mgr.smithi143.harokq (mgr.14180) 1030 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:09.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:08.123884+0000 mgr.smithi143.harokq (mgr.14180) 1030 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:10.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:09.113220+0000 mgr.smithi143.harokq (mgr.14180) 1031 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:10.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:09.113220+0000 mgr.smithi143.harokq (mgr.14180) 1031 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:10.904 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:10.904 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:11.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:11.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:10.908569+0000 mgr.smithi143.harokq (mgr.14180) 1032 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:11.904 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:10.908569+0000 mgr.smithi143.harokq (mgr.14180) 1032 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:12.294 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:12.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:11.113869+0000 mgr.smithi143.harokq (mgr.14180) 1033 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:12.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:11.113869+0000 mgr.smithi143.harokq (mgr.14180) 1033 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:13.705 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:13.705 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:14.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:14.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:13.114514+0000 mgr.smithi143.harokq (mgr.14180) 1034 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:14.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:13.709742+0000 mgr.smithi143.harokq (mgr.14180) 1035 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:14.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:13.114514+0000 mgr.smithi143.harokq (mgr.14180) 1034 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:14.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:13.709742+0000 mgr.smithi143.harokq (mgr.14180) 1035 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:15.093 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:16.586 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:16.586 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:16.769 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:15.115219+0000 mgr.smithi143.harokq (mgr.14180) 1036 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:16.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:15.115219+0000 mgr.smithi143.harokq (mgr.14180) 1036 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:16.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:17.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:16.590737+0000 mgr.smithi143.harokq (mgr.14180) 1037 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:17.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:16.590737+0000 mgr.smithi143.harokq (mgr.14180) 1037 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:17.958 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:18.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:17.115953+0000 mgr.smithi143.harokq (mgr.14180) 1038 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:18.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:17.115953+0000 mgr.smithi143.harokq (mgr.14180) 1038 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:19.336 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:19.337 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:19.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:20.766 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:20.799 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:19.116499+0000 mgr.smithi143.harokq (mgr.14180) 1039 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:20.800 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:19.340950+0000 mgr.smithi143.harokq (mgr.14180) 1040 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:20.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:19.116499+0000 mgr.smithi143.harokq (mgr.14180) 1039 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:20.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:19.340950+0000 mgr.smithi143.harokq (mgr.14180) 1040 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:22.193 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:22.193 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:22.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:22.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:21.117178+0000 mgr.smithi143.harokq (mgr.14180) 1041 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:22.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:21.117178+0000 mgr.smithi143.harokq (mgr.14180) 1041 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:23.616 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:23.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:22.197797+0000 mgr.smithi143.harokq (mgr.14180) 1042 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:23.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:22.197797+0000 mgr.smithi143.harokq (mgr.14180) 1042 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:24.801 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:23.117833+0000 mgr.smithi143.harokq (mgr.14180) 1043 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:24.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:23.117833+0000 mgr.smithi143.harokq (mgr.14180) 1043 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:25.165 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:25.165 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:25.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:26.566 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:26.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:25.118396+0000 mgr.smithi143.harokq (mgr.14180) 1044 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:26.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:25.169672+0000 mgr.smithi143.harokq (mgr.14180) 1045 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:26.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:25.118396+0000 mgr.smithi143.harokq (mgr.14180) 1044 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:26.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:25.169672+0000 mgr.smithi143.harokq (mgr.14180) 1045 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:27.953 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:27.953 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:28.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:28.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:27.118974+0000 mgr.smithi143.harokq (mgr.14180) 1046 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:28.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:27.957802+0000 mgr.smithi143.harokq (mgr.14180) 1047 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:28.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:27.118974+0000 mgr.smithi143.harokq (mgr.14180) 1046 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:28.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:27.957802+0000 mgr.smithi143.harokq (mgr.14180) 1047 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:29.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:30.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:29.119476+0000 mgr.smithi143.harokq (mgr.14180) 1048 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:30.699 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:30.699 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:30.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:29.119476+0000 mgr.smithi143.harokq (mgr.14180) 1048 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:31.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:31.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:30.704024+0000 mgr.smithi143.harokq (mgr.14180) 1049 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:31.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:30.704024+0000 mgr.smithi143.harokq (mgr.14180) 1049 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:32.099 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:32.824 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:31.120124+0000 mgr.smithi143.harokq (mgr.14180) 1050 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:32.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:31.120124+0000 mgr.smithi143.harokq (mgr.14180) 1050 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:33.554 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:33.554 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T09:59:58.242000Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T09:59:58.242616Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T09:59:58.242137Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T09:59:58.242235Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T09:59:58.242300Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T09:59:58.242362Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:33.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:33.101852+0000 mon.smithi143 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:06:33.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:33.101852+0000 mon.smithi143 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T10:06:34.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:34.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:33.120667+0000 mgr.smithi143.harokq (mgr.14180) 1051 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:34.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:33.558298+0000 mgr.smithi143.harokq (mgr.14180) 1052 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:34.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:34.441061+0000 mon.smithi143 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:34.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:33.120667+0000 mgr.smithi143.harokq (mgr.14180) 1051 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:34.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:33.558298+0000 mgr.smithi143.harokq (mgr.14180) 1052 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:34.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:34.441061+0000 mon.smithi143 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:35.101 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:36.831 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:36.831 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:00:00.796531Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:00:00.796594Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:00:00.796653Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:00:00.797082Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:00:00.796462Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:00:00.796302Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:00:00.797143Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:00:00.796711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:00:00.796827Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:00:00.796769Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:36.860 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:35.121255+0000 mgr.smithi143.harokq (mgr.14180) 1053 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:36.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:35.121255+0000 mgr.smithi143.harokq (mgr.14180) 1053 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:37.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:37.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:36.836363+0000 mgr.smithi143.harokq (mgr.14180) 1054 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:37.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:37.020766+0000 mon.smithi143 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:37.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:37.498593+0000 mon.smithi143 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:06:37.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:37.499321+0000 mon.smithi143 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:06:37.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:37.504025+0000 mon.smithi143 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:37.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:37.507442+0000 mon.smithi143 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:06:37.866 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:37.513900+0000 mon.smithi143 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:37.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:36.836363+0000 mgr.smithi143.harokq (mgr.14180) 1054 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:37.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:37.020766+0000 mon.smithi143 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:37.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:37.498593+0000 mon.smithi143 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T10:06:37.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:37.499321+0000 mon.smithi143 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T10:06:37.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:37.504025+0000 mon.smithi143 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:37.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:37.507442+0000 mon.smithi143 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T10:06:37.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:37.513900+0000 mon.smithi143 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:38.372 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:38.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:37.121848+0000 mgr.smithi143.harokq (mgr.14180) 1055 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:38.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:37.504397+0000 mgr.smithi143.harokq (mgr.14180) 1056 : cluster [DBG] pgmap v624: 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 2024-01-16T10:06:38.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cephadm 2024-01-16T10:06:37.516067+0000 mgr.smithi143.harokq (mgr.14180) 1057 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.atabrz on smithi204 2024-01-16T10:06:38.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:38.018947+0000 mon.smithi143 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:06:38.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:38.018997+0000 mon.smithi143 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-01-16T10:06:38.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:37.121848+0000 mgr.smithi143.harokq (mgr.14180) 1055 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:38.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:37.504397+0000 mgr.smithi143.harokq (mgr.14180) 1056 : cluster [DBG] pgmap v624: 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 2024-01-16T10:06:38.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cephadm 2024-01-16T10:06:37.516067+0000 mgr.smithi143.harokq (mgr.14180) 1057 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.atabrz on smithi204 2024-01-16T10:06:38.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:38.018947+0000 mon.smithi143 (mon.0) 735 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T10:06:38.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:38.018997+0000 mon.smithi143 (mon.0) 736 : cluster [INF] Cluster is now healthy 2024-01-16T10:06:39.862 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:39.862 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:40.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:40.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:39.504743+0000 mgr.smithi143.harokq (mgr.14180) 1058 : cluster [DBG] pgmap v625: 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 2024-01-16T10:06:40.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:39.867126+0000 mgr.smithi143.harokq (mgr.14180) 1059 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:40.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:40.249827+0000 mon.smithi143 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:40.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:39.504743+0000 mgr.smithi143.harokq (mgr.14180) 1058 : cluster [DBG] pgmap v625: 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 2024-01-16T10:06:40.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:39.867126+0000 mgr.smithi143.harokq (mgr.14180) 1059 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:40.900 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:40.249827+0000 mon.smithi143 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.143:0/719850794' entity='mgr.smithi143.harokq' 2024-01-16T10:06:41.273 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:42.616 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:41.505158+0000 mgr.smithi143.harokq (mgr.14180) 1060 : cluster [DBG] pgmap v626: 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 2024-01-16T10:06:42.736 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:42.737 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:42.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:41.505158+0000 mgr.smithi143.harokq (mgr.14180) 1060 : cluster [DBG] pgmap v626: 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 2024-01-16T10:06:43.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:43.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:43 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:42.741911+0000 mgr.smithi143.harokq (mgr.14180) 1061 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:43.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:43 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:42.741911+0000 mgr.smithi143.harokq (mgr.14180) 1061 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:44.143 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:44.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:43.505567+0000 mgr.smithi143.harokq (mgr.14180) 1062 : cluster [DBG] pgmap v627: 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 2024-01-16T10:06:44.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:43.505567+0000 mgr.smithi143.harokq (mgr.14180) 1062 : cluster [DBG] pgmap v627: 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 2024-01-16T10:06:45.553 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:45.553 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:45.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:46.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:45.505986+0000 mgr.smithi143.harokq (mgr.14180) 1063 : cluster [DBG] pgmap v628: 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 2024-01-16T10:06:46.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:45.557949+0000 mgr.smithi143.harokq (mgr.14180) 1064 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:46.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:45.505986+0000 mgr.smithi143.harokq (mgr.14180) 1063 : cluster [DBG] pgmap v628: 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 2024-01-16T10:06:46.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:45.557949+0000 mgr.smithi143.harokq (mgr.14180) 1064 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:46.930 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:48.357 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:48.357 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:48.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:47.506512+0000 mgr.smithi143.harokq (mgr.14180) 1065 : cluster [DBG] pgmap v629: 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 2024-01-16T10:06:48.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:48.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:47.506512+0000 mgr.smithi143.harokq (mgr.14180) 1065 : cluster [DBG] pgmap v629: 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 2024-01-16T10:06:49.744 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:49.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:49 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:48.360806+0000 mgr.smithi143.harokq (mgr.14180) 1066 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:49.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:49 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:48.360806+0000 mgr.smithi143.harokq (mgr.14180) 1066 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:50.763 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:49.506942+0000 mgr.smithi143.harokq (mgr.14180) 1067 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:50.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:49.506942+0000 mgr.smithi143.harokq (mgr.14180) 1067 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:51.117 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:51.117 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:51.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:52.493 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:52.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:51.122462+0000 mgr.smithi143.harokq (mgr.14180) 1068 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:52.851 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:51.507648+0000 mgr.smithi143.harokq (mgr.14180) 1069 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:52.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:51.122462+0000 mgr.smithi143.harokq (mgr.14180) 1068 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:52.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:51.507648+0000 mgr.smithi143.harokq (mgr.14180) 1069 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:06:54.001 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:54.001 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:54.357 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:53.508432+0000 mgr.smithi143.harokq (mgr.14180) 1070 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:54.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:54.649 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:53.508432+0000 mgr.smithi143.harokq (mgr.14180) 1070 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:55.392 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:55.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:55 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:54.006487+0000 mgr.smithi143.harokq (mgr.14180) 1071 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:55.649 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:55 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:54.006487+0000 mgr.smithi143.harokq (mgr.14180) 1071 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:56.365 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:55.508881+0000 mgr.smithi143.harokq (mgr.14180) 1072 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:56.649 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:55.508881+0000 mgr.smithi143.harokq (mgr.14180) 1072 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:56.843 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:56.843 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:06:57.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:06:57.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:56.848211+0000 mgr.smithi143.harokq (mgr.14180) 1073 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:57.649 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:56.848211+0000 mgr.smithi143.harokq (mgr.14180) 1073 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:06:58.268 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:06:58.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:06:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:57.509413+0000 mgr.smithi143.harokq (mgr.14180) 1074 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:58.649 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:06:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:57.509413+0000 mgr.smithi143.harokq (mgr.14180) 1074 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:06:59.675 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:06:59.675 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:00.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:00.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:06:59.509746+0000 mgr.smithi143.harokq (mgr.14180) 1075 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:00.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:06:59.680401+0000 mgr.smithi143.harokq (mgr.14180) 1076 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:00.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:06:59.509746+0000 mgr.smithi143.harokq (mgr.14180) 1075 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:00.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:06:59.680401+0000 mgr.smithi143.harokq (mgr.14180) 1076 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:01.050 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:02.540 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:02.541 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:02.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:01.510383+0000 mgr.smithi143.harokq (mgr.14180) 1077 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:02.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:01.510383+0000 mgr.smithi143.harokq (mgr.14180) 1077 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:02.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:03.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:03 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:02.545940+0000 mgr.smithi143.harokq (mgr.14180) 1078 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:03.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:03 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:02.545940+0000 mgr.smithi143.harokq (mgr.14180) 1078 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:03.976 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:04.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:03.510969+0000 mgr.smithi143.harokq (mgr.14180) 1079 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:04.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:03.510969+0000 mgr.smithi143.harokq (mgr.14180) 1079 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:05.432 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:05.432 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:05.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:06.814 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:06.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:05.437973+0000 mgr.smithi143.harokq (mgr.14180) 1080 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:06.846 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:05.511414+0000 mgr.smithi143.harokq (mgr.14180) 1081 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:06.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:05.437973+0000 mgr.smithi143.harokq (mgr.14180) 1080 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:06.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:05.511414+0000 mgr.smithi143.harokq (mgr.14180) 1081 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:08.262 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:08.262 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:08.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:08.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:07.511961+0000 mgr.smithi143.harokq (mgr.14180) 1082 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:08.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:07.511961+0000 mgr.smithi143.harokq (mgr.14180) 1082 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:09.640 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:09.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:09 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:08.267715+0000 mgr.smithi143.harokq (mgr.14180) 1083 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:09.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:09 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:08.267715+0000 mgr.smithi143.harokq (mgr.14180) 1083 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:10.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:09.512474+0000 mgr.smithi143.harokq (mgr.14180) 1084 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:10.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:09.512474+0000 mgr.smithi143.harokq (mgr.14180) 1084 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:11.083 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:11.083 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:11.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:12.455 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:12.789 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:11.089135+0000 mgr.smithi143.harokq (mgr.14180) 1085 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:12.790 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:11.512942+0000 mgr.smithi143.harokq (mgr.14180) 1086 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:12.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:11.089135+0000 mgr.smithi143.harokq (mgr.14180) 1085 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:12.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:11.512942+0000 mgr.smithi143.harokq (mgr.14180) 1086 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:13.851 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:13.852 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:14.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:14.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:13.513383+0000 mgr.smithi143.harokq (mgr.14180) 1087 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:14.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:13.857198+0000 mgr.smithi143.harokq (mgr.14180) 1088 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:14.649 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:13.513383+0000 mgr.smithi143.harokq (mgr.14180) 1087 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:14.649 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:13.857198+0000 mgr.smithi143.harokq (mgr.14180) 1088 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:15.294 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:16.615 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:15.513868+0000 mgr.smithi143.harokq (mgr.14180) 1089 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:16.678 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:16.678 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:16.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:15.513868+0000 mgr.smithi143.harokq (mgr.14180) 1089 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:17.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:17.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:17 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:16.684027+0000 mgr.smithi143.harokq (mgr.14180) 1090 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:17.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:17 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:16.684027+0000 mgr.smithi143.harokq (mgr.14180) 1090 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:18.063 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:18.716 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:17.514373+0000 mgr.smithi143.harokq (mgr.14180) 1091 : 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 2024-01-16T10:07:18.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:17.514373+0000 mgr.smithi143.harokq (mgr.14180) 1091 : 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 2024-01-16T10:07:19.409 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:19.409 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:19.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:20.756 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:20.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:19.414695+0000 mgr.smithi143.harokq (mgr.14180) 1092 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:20.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:19.514762+0000 mgr.smithi143.harokq (mgr.14180) 1093 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:20.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:19.414695+0000 mgr.smithi143.harokq (mgr.14180) 1092 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:20.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:19.514762+0000 mgr.smithi143.harokq (mgr.14180) 1093 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:22.194 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:22.194 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:22.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:22.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:21.515197+0000 mgr.smithi143.harokq (mgr.14180) 1094 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:22.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:21.515197+0000 mgr.smithi143.harokq (mgr.14180) 1094 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:23.571 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:23.867 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:23 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:22.199961+0000 mgr.smithi143.harokq (mgr.14180) 1095 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:23.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:23 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:22.199961+0000 mgr.smithi143.harokq (mgr.14180) 1095 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:24.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:23.515798+0000 mgr.smithi143.harokq (mgr.14180) 1096 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:24.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:23.515798+0000 mgr.smithi143.harokq (mgr.14180) 1096 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:24.957 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:24.957 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:25.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:25.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:24.963039+0000 mgr.smithi143.harokq (mgr.14180) 1097 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:25.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:24.963039+0000 mgr.smithi143.harokq (mgr.14180) 1097 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:26.378 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:26.722 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:25.516356+0000 mgr.smithi143.harokq (mgr.14180) 1098 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:26.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:25.516356+0000 mgr.smithi143.harokq (mgr.14180) 1098 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:27.795 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:27.796 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:28.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:28.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:27.516909+0000 mgr.smithi143.harokq (mgr.14180) 1099 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:28.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:27.801310+0000 mgr.smithi143.harokq (mgr.14180) 1100 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:28.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:27.516909+0000 mgr.smithi143.harokq (mgr.14180) 1099 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:28.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:27.801310+0000 mgr.smithi143.harokq (mgr.14180) 1100 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:29.169 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:30.564 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:30.564 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:30.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:29.517427+0000 mgr.smithi143.harokq (mgr.14180) 1101 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:30.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:29.517427+0000 mgr.smithi143.harokq (mgr.14180) 1101 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:30.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:31.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:31 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:30.569768+0000 mgr.smithi143.harokq (mgr.14180) 1102 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:31.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:31 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:30.569768+0000 mgr.smithi143.harokq (mgr.14180) 1102 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:31.962 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:32.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:31.517937+0000 mgr.smithi143.harokq (mgr.14180) 1103 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:32.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:31.517937+0000 mgr.smithi143.harokq (mgr.14180) 1103 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:33.347 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:33.348 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:33.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:34.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:33.353860+0000 mgr.smithi143.harokq (mgr.14180) 1104 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:34.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:33.518616+0000 mgr.smithi143.harokq (mgr.14180) 1105 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:34.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:33.353860+0000 mgr.smithi143.harokq (mgr.14180) 1104 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:34.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:33.518616+0000 mgr.smithi143.harokq (mgr.14180) 1105 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:34.737 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:36.337 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:36.337 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:36.740 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:35.519114+0000 mgr.smithi143.harokq (mgr.14180) 1106 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:36.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:36.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:35.519114+0000 mgr.smithi143.harokq (mgr.14180) 1106 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:37.762 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:37.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:37 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:36.342798+0000 mgr.smithi143.harokq (mgr.14180) 1107 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:37.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:37 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:36.342798+0000 mgr.smithi143.harokq (mgr.14180) 1107 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:38.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:37.519697+0000 mgr.smithi143.harokq (mgr.14180) 1108 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:38.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:37.519697+0000 mgr.smithi143.harokq (mgr.14180) 1108 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:39.208 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:39.208 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:39.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:40.593 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:40.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:39.214135+0000 mgr.smithi143.harokq (mgr.14180) 1109 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:40.865 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:39.520121+0000 mgr.smithi143.harokq (mgr.14180) 1110 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:40.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:39.214135+0000 mgr.smithi143.harokq (mgr.14180) 1109 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:40.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:39.520121+0000 mgr.smithi143.harokq (mgr.14180) 1110 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:41.971 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:41.971 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:42.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:42.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:41.520550+0000 mgr.smithi143.harokq (mgr.14180) 1111 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:42.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:41.977132+0000 mgr.smithi143.harokq (mgr.14180) 1112 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:42.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:41.520550+0000 mgr.smithi143.harokq (mgr.14180) 1111 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:42.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:41.977132+0000 mgr.smithi143.harokq (mgr.14180) 1112 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:43.395 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:44.444 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:43.521035+0000 mgr.smithi143.harokq (mgr.14180) 1113 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:44.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:43.521035+0000 mgr.smithi143.harokq (mgr.14180) 1113 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:44.827 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:44.828 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:45.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:45.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:45 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:44.834022+0000 mgr.smithi143.harokq (mgr.14180) 1114 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:45.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:45 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:44.834022+0000 mgr.smithi143.harokq (mgr.14180) 1114 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:46.226 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:46.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:45.521582+0000 mgr.smithi143.harokq (mgr.14180) 1115 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:46.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:45.521582+0000 mgr.smithi143.harokq (mgr.14180) 1115 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:47.614 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:47.614 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:48.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:48.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:47.522079+0000 mgr.smithi143.harokq (mgr.14180) 1116 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:48.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:47.621106+0000 mgr.smithi143.harokq (mgr.14180) 1117 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:48.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:47.522079+0000 mgr.smithi143.harokq (mgr.14180) 1116 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:48.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:47.621106+0000 mgr.smithi143.harokq (mgr.14180) 1117 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:49.007 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:50.411 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:50.411 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:50.746 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:49.522486+0000 mgr.smithi143.harokq (mgr.14180) 1118 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:50.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:50.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:49.522486+0000 mgr.smithi143.harokq (mgr.14180) 1118 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:51.781 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:51.830 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:51 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:50.417198+0000 mgr.smithi143.harokq (mgr.14180) 1119 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:51.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:51 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:50.417198+0000 mgr.smithi143.harokq (mgr.14180) 1119 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:52.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:51.523124+0000 mgr.smithi143.harokq (mgr.14180) 1120 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:52.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:51.523124+0000 mgr.smithi143.harokq (mgr.14180) 1120 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:07:53.281 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:53.281 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:53.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:54.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:53.287400+0000 mgr.smithi143.harokq (mgr.14180) 1121 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:54.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:53.523736+0000 mgr.smithi143.harokq (mgr.14180) 1122 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:54.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:53.287400+0000 mgr.smithi143.harokq (mgr.14180) 1121 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:54.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:53.523736+0000 mgr.smithi143.harokq (mgr.14180) 1122 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:54.666 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:56.058 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:56.058 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:56.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:56.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:55.524381+0000 mgr.smithi143.harokq (mgr.14180) 1123 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:56.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:55.524381+0000 mgr.smithi143.harokq (mgr.14180) 1123 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:57.463 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:07:57.805 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:57 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:56.064316+0000 mgr.smithi143.harokq (mgr.14180) 1124 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:57.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:57 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:56.064316+0000 mgr.smithi143.harokq (mgr.14180) 1124 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:58.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:57.524961+0000 mgr.smithi143.harokq (mgr.14180) 1125 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:58.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:57.524961+0000 mgr.smithi143.harokq (mgr.14180) 1125 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:07:58.947 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:07:58.947 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:07:59.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:07:59.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:07:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:07:58.953806+0000 mgr.smithi143.harokq (mgr.14180) 1126 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:07:59.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:07:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:07:58.953806+0000 mgr.smithi143.harokq (mgr.14180) 1126 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:00.331 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:00.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:00 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:07:59.525554+0000 mgr.smithi143.harokq (mgr.14180) 1127 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:00.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:00 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:07:59.525554+0000 mgr.smithi143.harokq (mgr.14180) 1127 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:01.760 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:01.760 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:02.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:02.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:01.525985+0000 mgr.smithi143.harokq (mgr.14180) 1128 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:02.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:02 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:01.766458+0000 mgr.smithi143.harokq (mgr.14180) 1129 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:02.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:01.525985+0000 mgr.smithi143.harokq (mgr.14180) 1128 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:02.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:02 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:01.766458+0000 mgr.smithi143.harokq (mgr.14180) 1129 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:03.207 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:04.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:04 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:03.526548+0000 mgr.smithi143.harokq (mgr.14180) 1130 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:04.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:04 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:03.526548+0000 mgr.smithi143.harokq (mgr.14180) 1130 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:04.648 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:04.648 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:05.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:05.614 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:05 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:04.655371+0000 mgr.smithi143.harokq (mgr.14180) 1131 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:05.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:05 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:04.655371+0000 mgr.smithi143.harokq (mgr.14180) 1131 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:06.039 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:06.364 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:06 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:05.527038+0000 mgr.smithi143.harokq (mgr.14180) 1132 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:06.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:06 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:05.527038+0000 mgr.smithi143.harokq (mgr.14180) 1132 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:07.600 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:07.600 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:07.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:08.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:07.527571+0000 mgr.smithi143.harokq (mgr.14180) 1133 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:08.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:08 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:07.606217+0000 mgr.smithi143.harokq (mgr.14180) 1134 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:08.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:07.527571+0000 mgr.smithi143.harokq (mgr.14180) 1133 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:08.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:08 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:07.606217+0000 mgr.smithi143.harokq (mgr.14180) 1134 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:08.980 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:10.329 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:10.329 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:10.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:10 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:09.528051+0000 mgr.smithi143.harokq (mgr.14180) 1135 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:10.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:10.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:10 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:09.528051+0000 mgr.smithi143.harokq (mgr.14180) 1135 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:11.691 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:11.831 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:11 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:10.336283+0000 mgr.smithi143.harokq (mgr.14180) 1136 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:11.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:11 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:10.336283+0000 mgr.smithi143.harokq (mgr.14180) 1136 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:12.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:12 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:11.528529+0000 mgr.smithi143.harokq (mgr.14180) 1137 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:12.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:12 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:11.528529+0000 mgr.smithi143.harokq (mgr.14180) 1137 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:13.053 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:13.053 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:13.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:14.463 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:14.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:13.060013+0000 mgr.smithi143.harokq (mgr.14180) 1138 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:14.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:14 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:13.529036+0000 mgr.smithi143.harokq (mgr.14180) 1139 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:14.647 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:13.060013+0000 mgr.smithi143.harokq (mgr.14180) 1138 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:14.648 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:14 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:13.529036+0000 mgr.smithi143.harokq (mgr.14180) 1139 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:15.927 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:15.927 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:16.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:16.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:15.529531+0000 mgr.smithi143.harokq (mgr.14180) 1140 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:16.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:16 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:15.933936+0000 mgr.smithi143.harokq (mgr.14180) 1141 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:16.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:15.529531+0000 mgr.smithi143.harokq (mgr.14180) 1140 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:16.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:16 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:15.933936+0000 mgr.smithi143.harokq (mgr.14180) 1141 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:17.304 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:18.803 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:18.804 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:18.832 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:18 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:17.530016+0000 mgr.smithi143.harokq (mgr.14180) 1142 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:18.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:18 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:17.530016+0000 mgr.smithi143.harokq (mgr.14180) 1142 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:19.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:19.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:19 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:18.810227+0000 mgr.smithi143.harokq (mgr.14180) 1143 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:19.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:19 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:18.810227+0000 mgr.smithi143.harokq (mgr.14180) 1143 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:20.186 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:20.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:20 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:19.530386+0000 mgr.smithi143.harokq (mgr.14180) 1144 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:20.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:20 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:19.530386+0000 mgr.smithi143.harokq (mgr.14180) 1144 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:21.529 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:21.529 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:21.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:22.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:21.530828+0000 mgr.smithi143.harokq (mgr.14180) 1145 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:22.864 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:22 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:21.535835+0000 mgr.smithi143.harokq (mgr.14180) 1146 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:22.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:21.530828+0000 mgr.smithi143.harokq (mgr.14180) 1145 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:22.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:22 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:21.535835+0000 mgr.smithi143.harokq (mgr.14180) 1146 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:22.902 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:24.332 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:24.332 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:24.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:24 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:23.531501+0000 mgr.smithi143.harokq (mgr.14180) 1147 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:24.647 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:24 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:23.531501+0000 mgr.smithi143.harokq (mgr.14180) 1147 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:24.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:25.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:25 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:24.339402+0000 mgr.smithi143.harokq (mgr.14180) 1148 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:25.647 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:25 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:24.339402+0000 mgr.smithi143.harokq (mgr.14180) 1148 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:25.709 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:26.565 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:26 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:25.532217+0000 mgr.smithi143.harokq (mgr.14180) 1149 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:26.647 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:26 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:25.532217+0000 mgr.smithi143.harokq (mgr.14180) 1149 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:27.037 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:27.037 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:27.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:28.401 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:28.766 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:27.044153+0000 mgr.smithi143.harokq (mgr.14180) 1150 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:28.767 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:28 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:27.532715+0000 mgr.smithi143.harokq (mgr.14180) 1151 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:28.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:27.044153+0000 mgr.smithi143.harokq (mgr.14180) 1150 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:28.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:28 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:27.532715+0000 mgr.smithi143.harokq (mgr.14180) 1151 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:29.796 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:29.796 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:30.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:30.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:29.533126+0000 mgr.smithi143.harokq (mgr.14180) 1152 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:30.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:30 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:29.803287+0000 mgr.smithi143.harokq (mgr.14180) 1153 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:30.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:29.533126+0000 mgr.smithi143.harokq (mgr.14180) 1152 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:30.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:30 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:29.803287+0000 mgr.smithi143.harokq (mgr.14180) 1153 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:31.167 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:32.697 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:32.697 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:32.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:32 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:31.533561+0000 mgr.smithi143.harokq (mgr.14180) 1154 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:32.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:32 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:31.533561+0000 mgr.smithi143.harokq (mgr.14180) 1154 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:33.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:33.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:33 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:32.704088+0000 mgr.smithi143.harokq (mgr.14180) 1155 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:33.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:33 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:32.704088+0000 mgr.smithi143.harokq (mgr.14180) 1155 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:34.108 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:34.835 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:34 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:33.534298+0000 mgr.smithi143.harokq (mgr.14180) 1156 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:34.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:34 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:33.534298+0000 mgr.smithi143.harokq (mgr.14180) 1156 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:35.549 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:35.550 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:35.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:36.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:35.534695+0000 mgr.smithi143.harokq (mgr.14180) 1157 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:36.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:36 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:35.556851+0000 mgr.smithi143.harokq (mgr.14180) 1158 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:36.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:35.534695+0000 mgr.smithi143.harokq (mgr.14180) 1157 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:36.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:36 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:35.556851+0000 mgr.smithi143.harokq (mgr.14180) 1158 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:36.932 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:38.324 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:38.325 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:38.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:38.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:38 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:37.535312+0000 mgr.smithi143.harokq (mgr.14180) 1159 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:38.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:38 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:37.535312+0000 mgr.smithi143.harokq (mgr.14180) 1159 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:39.756 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:39.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:39 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:38.331791+0000 mgr.smithi143.harokq (mgr.14180) 1160 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:39.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:39 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:38.331791+0000 mgr.smithi143.harokq (mgr.14180) 1160 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:40.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:40 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:39.535732+0000 mgr.smithi143.harokq (mgr.14180) 1161 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:40.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:40 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:39.535732+0000 mgr.smithi143.harokq (mgr.14180) 1161 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:41.094 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:41.094 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:41.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:42.458 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:42.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:41.101137+0000 mgr.smithi143.harokq (mgr.14180) 1162 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:42.820 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:42 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:41.536185+0000 mgr.smithi143.harokq (mgr.14180) 1163 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:42.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:41.101137+0000 mgr.smithi143.harokq (mgr.14180) 1162 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:42.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:42 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:41.536185+0000 mgr.smithi143.harokq (mgr.14180) 1163 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:43.875 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:43.875 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:44.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:44.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:43.536888+0000 mgr.smithi143.harokq (mgr.14180) 1164 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:44.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:44 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:43.882571+0000 mgr.smithi143.harokq (mgr.14180) 1165 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:44.647 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:43.536888+0000 mgr.smithi143.harokq (mgr.14180) 1164 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:44.647 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:44 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:43.882571+0000 mgr.smithi143.harokq (mgr.14180) 1165 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:45.255 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:46.634 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:46.635 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:46.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:46 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:45.537486+0000 mgr.smithi143.harokq (mgr.14180) 1166 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:46.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:46 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:45.537486+0000 mgr.smithi143.harokq (mgr.14180) 1166 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:47.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:47.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:47 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:46.641687+0000 mgr.smithi143.harokq (mgr.14180) 1167 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:47.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:47 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:46.641687+0000 mgr.smithi143.harokq (mgr.14180) 1167 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:48.005 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:48.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:48 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:47.537977+0000 mgr.smithi143.harokq (mgr.14180) 1168 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:48.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:48 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:47.537977+0000 mgr.smithi143.harokq (mgr.14180) 1168 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:49.429 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:49.429 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:49.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:50.854 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:50.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:49.436573+0000 mgr.smithi143.harokq (mgr.14180) 1169 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:50.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:50 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:49.538452+0000 mgr.smithi143.harokq (mgr.14180) 1170 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:50.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:49.436573+0000 mgr.smithi143.harokq (mgr.14180) 1169 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:50.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:50 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:49.538452+0000 mgr.smithi143.harokq (mgr.14180) 1170 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:52.275 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:52.275 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:52.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:52.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:52 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:51.539098+0000 mgr.smithi143.harokq (mgr.14180) 1171 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:52.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:52 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:51.539098+0000 mgr.smithi143.harokq (mgr.14180) 1171 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T10:08:53.663 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:53.863 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:53 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:52.283058+0000 mgr.smithi143.harokq (mgr.14180) 1172 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:53.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:53 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:52.283058+0000 mgr.smithi143.harokq (mgr.14180) 1172 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:54.613 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:54 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:53.539871+0000 mgr.smithi143.harokq (mgr.14180) 1173 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:54.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:54 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:53.539871+0000 mgr.smithi143.harokq (mgr.14180) 1173 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:55.017 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:55.017 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:55.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:56.411 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e7976e1a-b453-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T10:08:56.736 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:55.024171+0000 mgr.smithi143.harokq (mgr.14180) 1174 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:56.737 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:56 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:55.540338+0000 mgr.smithi143.harokq (mgr.14180) 1175 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:56.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:55.024171+0000 mgr.smithi143.harokq (mgr.14180) 1174 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:56.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:56 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:55.540338+0000 mgr.smithi143.harokq (mgr.14180) 1175 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:57.756 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-01-16T10:08:57.756 INFO:teuthology.orchestra.run.smithi143.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:46:10.520645Z", "last_refresh": "2024-01-16T10:06:37.014425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:46:06.920818Z", "last_refresh": "2024-01-16T10:06:34.435181Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:46:08.804381Z", "last_refresh": "2024-01-16T10:06:37.014547Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:59:56.735844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wxhnen on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:02:48.728727Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.syhvfy on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi204-syhvfy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi204.syhvfy\nDeploy daemon haproxy.nfs.foo.smithi204.syhvfy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:00:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:01:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:02:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.096546Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.qkkfay on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi143-qkkfay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\n/bin/podman: stderr Error: no such container ceph-e7976e1a-b453-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi143.qkkfay\nDeploy daemon haproxy.nfs.foo.smithi143.qkkfay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T10:03:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:03Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T10:04:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T10:05:33.098514Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.pglmqk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T10:05:33.099596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.vjxikm on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.143/16"}, "status": {"created": "2024-01-16T09:49:44.038545Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.143/16"}}, {"events": ["2024-01-16T09:49:40.005869Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-16T09:49:40.001440Z", "last_refresh": "2024-01-16T10:06:34.435747Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:46:05.680157Z", "last_refresh": "2024-01-16T10:06:34.435322Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:05.590158Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi143:172.21.15.143=smithi143", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:47:05.587683Z", "last_refresh": "2024-01-16T10:06:34.435392Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:49:44.037522Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-16T09:49:44.033999Z", "last_refresh": "2024-01-16T10:06:37.015013Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:46:09.672168Z", "last_refresh": "2024-01-16T10:06:34.435454Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:47:33.948976Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:47:33.945357Z", "last_refresh": "2024-01-16T10:06:34.435512Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:46:07.907090Z", "last_refresh": "2024-01-16T10:06:37.014664Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-16T10:08:58.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T10:08:58.152 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T10:08:58.399 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ef6a6f9c61df471abb5ede71d2301df9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T10:08:58.401 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-16T10:08:58.411 INFO:tasks.vip:Removing 10.0.15.143 (and any VIPs) on smithi143.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T10:08:58.412 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.15.143/16 dev enp3s0f1 2024-01-16T10:08:58.454 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.31.143/16 dev enp3s0f1 2024-01-16T10:08:58.520 INFO:teuthology.orchestra.run.smithi143.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T10:08:58.521 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T10:08:58.522 INFO:tasks.vip:Removing 10.0.15.204 (and any VIPs) on smithi204.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T10:08:58.522 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.15.204/16 dev enp3s0f1 2024-01-16T10:08:58.562 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.31.143/16 dev enp3s0f1 2024-01-16T10:08:58.634 INFO:teuthology.orchestra.run.smithi204.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T10:08:58.635 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T10:08:58.635 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-16T10:08:58.645 INFO:tasks.cephadm:Teardown begin 2024-01-16T10:08:58.645 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:08:58.672 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:08:58.706 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-16T10:08:58.706 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T10:08:58.729 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T10:08:58.766 INFO:tasks.cephadm:Stopping all daemons... 2024-01-16T10:08:58.766 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2024-01-16T10:08:58.766 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi143 2024-01-16T10:08:58.793 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: cluster 2024-01-16T10:08:57.540824+0000 mgr.smithi143.harokq (mgr.14180) 1176 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:58.793 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:58 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: audit 2024-01-16T10:08:57.763596+0000 mgr.smithi143.harokq (mgr.14180) 1177 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:58.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: cluster 2024-01-16T10:08:57.540824+0000 mgr.smithi143.harokq (mgr.14180) 1176 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T10:08:58.897 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:58 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: audit 2024-01-16T10:08:57.763596+0000 mgr.smithi143.harokq (mgr.14180) 1177 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T10:08:59.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:58 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for e7976e1a-b453-11ee-95ad-87774f69a715... 2024-01-16T10:08:59.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:58 smithi143 bash[160062]: Error: no container with name or ID "ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon.smithi143" found: no such container 2024-01-16T10:08:59.113 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T10:08:59.023+0000 7f1783b39700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi143 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T10:08:59.114 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:59 smithi143 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143[35179]: debug 2024-01-16T10:08:59.023+0000 7f1783b39700 -1 mon.smithi143@0(leader) e2 *** Got Signal Terminated *** 2024-01-16T10:08:59.512 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Jan 16 10:08:59 smithi143 bash[160102]: ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi143 2024-01-16T10:08:59.519 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi143.service' 2024-01-16T10:08:59.606 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T10:08:59.606 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2024-01-16T10:08:59.606 INFO:tasks.cephadm.mon.smithi204:Stopping mon.smithi204... 2024-01-16T10:08:59.607 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi204 2024-01-16T10:08:59.846 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:59 smithi204 systemd[1]: Stopping Ceph mon.smithi204 for e7976e1a-b453-11ee-95ad-87774f69a715... 2024-01-16T10:08:59.847 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:59 smithi204 bash[58708]: Error: no container with name or ID "ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon.smithi204" found: no such container 2024-01-16T10:08:59.847 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T10:08:59.855+0000 7f0f31466700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi204 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T10:08:59.847 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:08:59 smithi204 ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204[38556]: debug 2024-01-16T10:08:59.855+0000 7f0f31466700 -1 mon.smithi204@1(peon) e2 *** Got Signal Terminated *** 2024-01-16T10:09:00.373 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 16 10:09:00 smithi204 bash[58747]: ceph-e7976e1a-b453-11ee-95ad-87774f69a715-mon-smithi204 2024-01-16T10:09:00.379 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e7976e1a-b453-11ee-95ad-87774f69a715@mon.smithi204.service' 2024-01-16T10:09:00.424 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T10:09:00.424 INFO:tasks.cephadm.mon.smithi204:Stopped mon.smithi204 2024-01-16T10:09:00.425 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e7976e1a-b453-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T10:09:46.131 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e7976e1a-b453-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T10:10:22.061 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:10:22.100 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T10:10:22.130 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-16T10:10:22.132 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770/remote/ubuntu@smithi143.front.sepia.ceph.com/crash 2024-01-16T10:10:22.133 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/crash -- . 2024-01-16T10:10:22.193 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T10:10:22.193 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2024-01-16T10:10:22.195 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770/remote/ubuntu@smithi204.front.sepia.ceph.com/crash 2024-01-16T10:10:22.196 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/crash -- . 2024-01-16T10:10:22.243 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T10:10:22.243 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-01-16T10:10:22.244 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-16T10:10:22.244 DEBUG:teuthology.orchestra.run.smithi143:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-16T10:10:22.274 INFO:teuthology.orchestra.run.smithi143.stderr:grep: /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph.log: No such file or directory 2024-01-16T10:10:22.275 INFO:tasks.cephadm:Compressing logs... 2024-01-16T10:10:22.275 DEBUG:teuthology.orchestra.run.smithi143:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T10:10:22.319 DEBUG:teuthology.orchestra.run.smithi204:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T10:10:22.343 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-16T10:10:22.344 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T10:10:22.344 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T10:10:22.344 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi143.harokq.log 2024-01-16T10:10:22.346 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.3.log 2024-01-16T10:10:22.346 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi143.harokq.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi143.nupobt.log 2024-01-16T10:10:22.346 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.7.log 2024-01-16T10:10:22.346 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi143.nupobt.log: 60.1% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi143.nupobt.log.gz 2024-01-16T10:10:22.346 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mon.smithi143.log 2024-01-16T10:10:22.346 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.5.log 2024-01-16T10:10:22.348 INFO:teuthology.orchestra.run.smithi204.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T10:10:22.348 INFO:teuthology.orchestra.run.smithi204.stderr:: No such file or directory 2024-01-16T10:10:22.348 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.6.log 2024-01-16T10:10:22.348 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T10:10:22.349 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.2.log 2024-01-16T10:10:22.349 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.0.log 2024-01-16T10:10:22.349 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-volume.log: /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi204.gleekz.log 2024-01-16T10:10:22.350 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mon.smithi143.log: /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.1.log 2024-01-16T10:10:22.351 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.0.log: /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi204.gleekz.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T10:10:22.353 INFO:teuthology.orchestra.run.smithi204.stderr: 92.3% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T10:10:22.353 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.4.log 2024-01-16T10:10:22.354 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi204.ldtphy.log 2024-01-16T10:10:22.354 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mon.smithi204.log 2024-01-16T10:10:22.355 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi204.ldtphy.log: 81.8% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mds.foofs.smithi204.ldtphy.log.gz 2024-01-16T10:10:22.355 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mon.smithi204.log: 93.1% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi204.gleekz.log.gz 2024-01-16T10:10:22.361 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.1.log: 92.4% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T10:10:22.373 INFO:teuthology.orchestra.run.smithi143.stderr: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T10:10:22.616 INFO:teuthology.orchestra.run.smithi143.stderr: 89.2% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mgr.smithi143.harokq.log.gz 2024-01-16T10:10:22.687 INFO:teuthology.orchestra.run.smithi143.stderr: 93.0% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.5.log.gz 2024-01-16T10:10:22.700 INFO:teuthology.orchestra.run.smithi204.stderr: 92.2% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mon.smithi204.log.gz 2024-01-16T10:10:22.702 INFO:teuthology.orchestra.run.smithi204.stderr: 92.9% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.2.log.gz 2024-01-16T10:10:22.783 INFO:teuthology.orchestra.run.smithi204.stderr: 92.9% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.6.log.gz 2024-01-16T10:10:22.800 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.0.log.gz 2024-01-16T10:10:22.816 INFO:teuthology.orchestra.run.smithi143.stderr: 93.5% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.3.log.gz 2024-01-16T10:10:22.824 INFO:teuthology.orchestra.run.smithi143.stderr: 93.1% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.7.log.gz 2024-01-16T10:10:22.829 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.4.log.gz 2024-01-16T10:10:22.831 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-01-16T10:10:22.831 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.494s 2024-01-16T10:10:22.831 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m2.032s 2024-01-16T10:10:22.831 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.074s 2024-01-16T10:10:22.832 INFO:teuthology.orchestra.run.smithi143.stderr: 93.0% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-osd.1.log.gz 2024-01-16T10:10:23.100 INFO:teuthology.orchestra.run.smithi143.stderr: 89.9% -- replaced with /var/log/ceph/e7976e1a-b453-11ee-95ad-87774f69a715/ceph-mon.smithi143.log.gz 2024-01-16T10:10:23.101 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-01-16T10:10:23.101 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m0.768s 2024-01-16T10:10:23.102 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m2.760s 2024-01-16T10:10:23.102 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.097s 2024-01-16T10:10:23.102 INFO:tasks.cephadm:Archiving logs... 2024-01-16T10:10:23.102 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770/remote/ubuntu@smithi143.front.sepia.ceph.com/log 2024-01-16T10:10:23.103 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T10:10:23.616 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770/remote/ubuntu@smithi204.front.sepia.ceph.com/log 2024-01-16T10:10:23.617 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T10:10:23.960 INFO:tasks.cephadm:Removing cluster... 2024-01-16T10:10:23.960 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e7976e1a-b453-11ee-95ad-87774f69a715 --force 2024-01-16T10:10:24.323 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e7976e1a-b453-11ee-95ad-87774f69a715 --force 2024-01-16T10:10:24.698 INFO:tasks.cephadm:Removing cephadm ... 2024-01-16T10:10:24.699 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T10:10:24.717 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T10:10:24.736 INFO:tasks.cephadm:Teardown complete 2024-01-16T10:10:24.736 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-16T10:10:24.747 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2024-01-16T10:10:24.747 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_1 2024-01-16T10:10:24.878 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T10:10:24.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:24.879 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2024-01-16T10:10:24.880 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_2 2024-01-16T10:10:25.008 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T10:10:25.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:25.009 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2024-01-16T10:10:25.009 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_3 2024-01-16T10:10:25.128 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T10:10:25.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:25.129 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2024-01-16T10:10:25.129 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_4 2024-01-16T10:10:25.256 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T10:10:25.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:25.257 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-01-16T10:10:25.257 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2024-01-16T10:10:25.284 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2024-01-16T10:10:25.284 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_1 2024-01-16T10:10:25.405 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T10:10:25.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:25.407 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2024-01-16T10:10:25.407 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_2 2024-01-16T10:10:25.532 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T10:10:25.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:25.534 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2024-01-16T10:10:25.534 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_3 2024-01-16T10:10:25.660 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T10:10:25.662 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:25.662 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2024-01-16T10:10:25.663 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_4 2024-01-16T10:10:25.784 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T10:10:25.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:25.786 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-16T10:10:25.786 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2024-01-16T10:10:25.814 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-16T10:10:25.825 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-16T10:10:25.825 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T10:10:25.828 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T10:10:25.843 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2024-01-16T10:10:25.847 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T10:10:25.848 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2024-01-16T10:10:25.848 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 55 -1060us[-1060us] +/- 96ms 2024-01-16T10:10:25.848 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -855us[ -902us] +/- 60ms 2024-01-16T10:10:25.848 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +2167us[+2119us] +/- 81ms 2024-01-16T10:10:25.848 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T10:10:25.870 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-01-16T10:10:25.875 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T10:10:25.875 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-01-16T10:10:25.875 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 -1047us[-1047us] +/- 96ms 2024-01-16T10:10:25.875 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -844us[ -844us] +/- 60ms 2024-01-16T10:10:25.875 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +2178us[+2177us] +/- 81ms 2024-01-16T10:10:25.875 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T10:10:25.876 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-16T10:10:25.886 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-16T10:10:25.887 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-16T10:10:25.919 DEBUG:teuthology.orchestra.run.smithi143:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-16T10:10:25.992 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-16T10:10:26.052 DEBUG:teuthology.orchestra.run.smithi143:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T10:10:26.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:26.083 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T10:10:26.112 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:26.112 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-16T10:10:26.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-16T10:10:26.151 INFO:teuthology.task.internal:Duration was 1908.011037 seconds 2024-01-16T10:10:26.152 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-16T10:10:26.187 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-16T10:10:26.188 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T10:10:26.190 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T10:10:26.234 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T10:10:26.236 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T10:10:26.623 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-16T10:10:26.624 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2024-01-16T10:10:26.624 DEBUG:teuthology.orchestra.run.smithi143:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T10:10:26.647 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-01-16T10:10:26.647 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T10:10:26.672 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-16T10:10:26.672 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T10:10:26.690 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T10:10:26.765 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-16T10:10:26.766 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T10:10:26.768 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T10:10:26.917 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-16T10:10:26.929 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-16T10:10:26.929 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T10:10:26.956 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T10:10:26.983 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-16T10:10:26.995 DEBUG:teuthology.orchestra.run.smithi143:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:10:26.999 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:10:27.023 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2024-01-16T10:10:27.049 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-01-16T10:10:27.074 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:10:27.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:27.120 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T10:10:27.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T10:10:27.138 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-16T10:10:27.149 INFO:teuthology.task.internal:Transferring archived files... 2024-01-16T10:10:27.150 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770/remote/smithi143 2024-01-16T10:10:27.151 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T10:10:27.208 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770/remote/smithi204 2024-01-16T10:10:27.208 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T10:10:27.247 INFO:teuthology.task.internal:Removing archive directory... 2024-01-16T10:10:27.248 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T10:10:27.250 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T10:10:27.299 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-16T10:10:27.312 INFO:teuthology.task.internal:Not uploading archives. 2024-01-16T10:10:27.312 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-16T10:10:27.336 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-16T10:10:27.336 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T10:10:27.339 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T10:10:27.353 INFO:teuthology.orchestra.run.smithi143.stdout: 526082 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 10:10 /home/ubuntu/cephtest 2024-01-16T10:10:27.357 INFO:teuthology.orchestra.run.smithi204.stdout: 526043 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 10:10 /home/ubuntu/cephtest 2024-01-16T10:10:27.358 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T10:10:27.372 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T10:10:27.436 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T10:10:27.465 DEBUG:teuthology.nuke:shortname: smithi143 2024-01-16T10:10:27.465 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T10:10:27.495 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:30:05.727949', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC6qSvt0Ce8g1fiwrRYOi8LU1i+1IuhrBlF3zzi89uV/Ec5WIJ45l5D1svTuQzZeuA/9qRk6B31ggW4bT6D+T6I='} 2024-01-16T10:10:27.496 DEBUG:teuthology.nuke:shortname: smithi204 2024-01-16T10:10:27.496 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T10:10:27.523 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517770', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:30:05.729267', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCoEHH1HweP87/8MbLt/ubkfz9QXYnPU0P5JMp2ugxrPBPDcYZD7Um6xfoUnuq+te5qq04vP9jxbDjOflR8zn3g='} 2024-01-16T10:10:27.548 INFO:teuthology.orchestra.console.smithi143:Power off 2024-01-16T10:10:27.549 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T10:10:27.579 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2024-01-16T10:10:27.579 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:10:27.595 INFO:teuthology.orchestra.console.smithi204:Power off 2024-01-16T10:10:27.595 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T10:10:27.605 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-01-16T10:10:27.617 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2024-01-16T10:10:27.618 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:10:27.643 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-16T10:10:31.605 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:10:31.644 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:10:31.716 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2024-01-16T10:10:31.754 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-16T10:10:35.720 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:10:35.756 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:10:35.833 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2024-01-16T10:10:35.866 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-16T10:10:35.934 INFO:teuthology.orchestra.console.smithi143:Power off completed 2024-01-16T10:10:39.870 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T10:10:39.981 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2024-01-16T10:10:40.081 INFO:teuthology.orchestra.console.smithi204:Power off completed 2024-01-16T10:10:40.185 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: 1908.0110368728638 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ef6a6f9c61df471abb5ede71d2301df9 status: fail success: false 2024-01-16T10:10:40.186 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T10:10:40.266 INFO:teuthology.run:FAIL